mirror of
https://github.com/PlaneQuery/OpenAirframes.git
synced 2026-06-24 05:19:56 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 70aa5869c0 | |||
| 83c3406699 |
@@ -0,0 +1,14 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"contributor_name": "hellohello",
|
||||||
|
"contributor_uuid": "2981c3ee-8712-5f96-84bf-732eda515a3f",
|
||||||
|
"creation_timestamp": "2026-02-12T21:02:32.325360+00:00",
|
||||||
|
"registration_number": "N12345",
|
||||||
|
"tags": {
|
||||||
|
"airshows": true,
|
||||||
|
"cat_friendly": false,
|
||||||
|
"dog_friendly": true,
|
||||||
|
"notes": "is a pet carrier"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -54,7 +54,20 @@
|
|||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"$ref": "#/$defs/tagValue"
|
"$ref": "#/$defs/tagValue"
|
||||||
},
|
},
|
||||||
"properties": {}
|
"properties": {
|
||||||
|
"airshows": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"cat_friendly": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"dog_friendly": {
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"notes": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"allOf": [
|
"allOf": [
|
||||||
|
|||||||
Reference in New Issue
Block a user