mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-07 13:53:52 +02:00
Update schema with new tags: manufacturer_icao, manufacturer_name, model, type_code, serial_number, icao_aircraft_type, operator, operator_callsign, operator_icao, citation_0
This commit is contained in:
committed by
GitHub
parent
b3bd654998
commit
f77a91db2c
@@ -54,7 +54,38 @@
|
|||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"$ref": "#/$defs/tagValue"
|
"$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": [
|
"allOf": [
|
||||||
|
|||||||
Reference in New Issue
Block a user