Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] a35d26c7ec Update schema with new tags: internet, owner 2026-02-13 00:19:13 +00:00
github-actions[bot] 92188109a1 Add community submission from @ggman12 (closes #20) 2026-02-13 00:19:12 +00:00
2 changed files with 29 additions and 1 deletions
@@ -0,0 +1,21 @@
[
{
"contributor_name": "applesauce123",
"contributor_uuid": "2981c3ee-8712-5f96-84bf-732eda515a3f",
"creation_timestamp": "2026-02-13T00:19:10.249287+00:00",
"registration_number": "N12345",
"tags": {
"internet": "starlink"
}
},
{
"contributor_name": "applesauce123",
"contributor_uuid": "2981c3ee-8712-5f96-84bf-732eda515a3f",
"creation_timestamp": "2026-02-13T00:19:10.249287+00:00",
"tags": {
"internet": "viasat",
"owner": "John Doe"
},
"transponder_code_hex": "ABC123"
}
]
+8 -1
View File
@@ -54,7 +54,14 @@
"additionalProperties": {
"$ref": "#/$defs/tagValue"
},
"properties": {}
"properties": {
"internet": {
"type": "string"
},
"owner": {
"type": "string"
}
}
}
},
"allOf": [