Compare commits

...
2 changed files with 31876 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -55,6 +55,9 @@
"$ref": "#/$defs/tagValue" "$ref": "#/$defs/tagValue"
}, },
"properties": { "properties": {
"category": {
"type": "string"
},
"citation_0": { "citation_0": {
"type": "string" "type": "string"
}, },
@@ -79,6 +82,15 @@
"operator_icao": { "operator_icao": {
"type": "string" "type": "string"
}, },
"owner": {
"type": "string"
},
"owner_category_0": {
"type": "string"
},
"owner_category_1": {
"type": "string"
},
"serial_number": { "serial_number": {
"type": "string" "type": "string"
}, },