Adjust required fields
All checks were successful
Generate and Release Protos / release (push) Successful in 39s

This commit is contained in:
2026-03-28 22:36:42 +00:00
parent 311ff3798f
commit c22f3c7230

View File

@@ -55,6 +55,7 @@
"type": "object", "type": "object",
"name": "Address", "name": "Address",
"description": "The address of the station", "description": "The address of the station",
"required": ["pc"],
"properties": { "properties": {
"l1": { "l1": {
"type": "string", "type": "string",
@@ -86,6 +87,7 @@
"type": "object", "type": "object",
"name": "Location", "name": "Location",
"description": "LatLon of the station", "description": "LatLon of the station",
"required": ["lt", "ln"],
"properties": { "properties": {
"lt": { "lt": {
"type": "number", "type": "number",
@@ -127,7 +129,8 @@
"service_id", "service_id",
"data_type", "data_type",
"data_kind", "data_kind",
"sent_timestamp" "sent_timestamp",
"payload"
], ],
"additionalProperties": false "additionalProperties": false
} }