From b3bd654998add65102ead22d741fd9baef7f1d65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:18:12 +0000 Subject: [PATCH 1/2] Add community submission from @ggman12 (closes #27) --- .../ggman12_2026-02-18_5ddbb8bd.json | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 community/2026-02-18/ggman12_2026-02-18_5ddbb8bd.json diff --git a/community/2026-02-18/ggman12_2026-02-18_5ddbb8bd.json b/community/2026-02-18/ggman12_2026-02-18_5ddbb8bd.json new file mode 100644 index 0000000..86f0cac --- /dev/null +++ b/community/2026-02-18/ggman12_2026-02-18_5ddbb8bd.json @@ -0,0 +1,40 @@ +[ + { + "contributor_name": "JohnSmith.com", + "contributor_uuid": "2981c3ee-8712-5f96-84bf-732eda515a3f", + "creation_timestamp": "2026-02-18T22:18:11.349009+00:00", + "registration_number": "ZM146", + "tags": { + "citation_0": "https://assets.publishing.service.gov.uk/media/5c07a65f40f0b6705f11cf37/10389.pdf", + "icao_aircraft_type": "L1J", + "manufacturer_icao": "LOCKHEED MARTIN", + "manufacturer_name": "Lockheed-martin", + "model": "F-35B Lightning II", + "operator": "Royal Air Force", + "operator_callsign": "RAFAIR", + "operator_icao": "RFR", + "serial_number": "BK-12", + "type_code": "VF35" + }, + "transponder_code_hex": "43C81C" + }, + { + "contributor_name": "JohnSmith.com", + "contributor_uuid": "2981c3ee-8712-5f96-84bf-732eda515a3f", + "creation_timestamp": "2026-02-18T22:18:11.349009+00:00", + "registration_number": "ZM148", + "tags": { + "citation_0": "https://assets.publishing.service.gov.uk/media/5c07a65f40f0b6705f11cf37/10389.pdf", + "icao_aircraft_type": "L1J", + "manufacturer_icao": "LOCKHEED MARTIN", + "manufacturer_name": "Lockheed-martin", + "model": "F-35B Lightning II", + "operator": "Royal Air Force", + "operator_callsign": "RAFAIR", + "operator_icao": "RFR", + "serial_number": "BK-14", + "type_code": "VF35" + }, + "transponder_code_hex": "43C811" + } +] \ No newline at end of file From f77a91db2c330a0731b56e48014058a8a82f8dcf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:18:12 +0000 Subject: [PATCH 2/2] Update schema with new tags: manufacturer_icao, manufacturer_name, model, type_code, serial_number, icao_aircraft_type, operator, operator_callsign, operator_icao, citation_0 --- schemas/community_submission.v1.schema.json | 33 ++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/schemas/community_submission.v1.schema.json b/schemas/community_submission.v1.schema.json index 8d0d94c..7e993ad 100644 --- a/schemas/community_submission.v1.schema.json +++ b/schemas/community_submission.v1.schema.json @@ -54,7 +54,38 @@ "additionalProperties": { "$ref": "#/$defs/tagValue" }, - "properties": {} + "properties": { + "citation_0": { + "type": "string" + }, + "icao_aircraft_type": { + "type": "string" + }, + "manufacturer_icao": { + "type": "string" + }, + "manufacturer_name": { + "type": "string" + }, + "model": { + "type": "string" + }, + "operator": { + "type": "string" + }, + "operator_callsign": { + "type": "string" + }, + "operator_icao": { + "type": "string" + }, + "serial_number": { + "type": "string" + }, + "type_code": { + "type": "string" + } + } } }, "allOf": [