From ba801678466a0e7675ce36089d0a2e85fdc9f6b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 28 Feb 2023 13:10:31 +0100 Subject: [PATCH] chg: rename AIS -> ais to match the directory name. --- objects/ais/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objects/ais/definition.json b/objects/ais/definition.json index da7e1f0..8771fc3 100644 --- a/objects/ais/definition.json +++ b/objects/ais/definition.json @@ -126,10 +126,10 @@ }, "description": "Automatic Identification System (AIS) is an automatic tracking system that uses transceivers on ships.", "meta-category": "marine", - "name": "AIS", + "name": "ais", "requiredOneOf": [ "mmsi" ], "uuid": "ef90551a-ff34-472c-9fba-c272c4435baa", - "version": 1 -} \ No newline at end of file + "version": 2 +}