diff --git a/community/2026-02-13/ggman12_2026-02-13_3dc026a4.json b/community/2026-02-13/ggman12_2026-02-13_3dc026a4.json new file mode 100644 index 0000000..eae0b73 --- /dev/null +++ b/community/2026-02-13/ggman12_2026-02-13_3dc026a4.json @@ -0,0 +1,21 @@ +[ + { + "contributor_name": "applesauce123", + "contributor_uuid": "2981c3ee-8712-5f96-84bf-732eda515a3f", + "creation_timestamp": "2026-02-13T16:58:21.863525+00:00", + "registration_number": "N12345", + "tags": { + "internet": "starlink" + } + }, + { + "contributor_name": "applesauce123", + "contributor_uuid": "2981c3ee-8712-5f96-84bf-732eda515a3f", + "creation_timestamp": "2026-02-13T16:58:21.863525+00:00", + "tags": { + "internet": "viasat", + "owner": "John Doe" + }, + "transponder_code_hex": "ABC123" + } +] \ No newline at end of file diff --git a/schemas/community_submission.v1.schema.json b/schemas/community_submission.v1.schema.json index 7e993ad..e667889 100644 --- a/schemas/community_submission.v1.schema.json +++ b/schemas/community_submission.v1.schema.json @@ -61,6 +61,9 @@ "icao_aircraft_type": { "type": "string" }, + "internet": { + "type": "string" + }, "manufacturer_icao": { "type": "string" }, @@ -79,6 +82,9 @@ "operator_icao": { "type": "string" }, + "owner": { + "type": "string" + }, "serial_number": { "type": "string" },