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