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 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": [