Fix knowledgebase stations schema
All checks were successful
Generate and Release Protos / release (push) Successful in 39s
All checks were successful
Generate and Release Protos / release (push) Successful in 39s
This commit is contained in:
@@ -29,9 +29,12 @@
|
|||||||
"type": "array",
|
"type": "array",
|
||||||
"additionalItems": false,
|
"additionalItems": false,
|
||||||
"items": {
|
"items": {
|
||||||
"station": {
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"required": ["c", "l", "o"],
|
"required": [
|
||||||
|
"c",
|
||||||
|
"l",
|
||||||
|
"o"
|
||||||
|
],
|
||||||
"properties": {
|
"properties": {
|
||||||
"c": {
|
"c": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -118,8 +121,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"required": ["service_name", "service_id", "data_type", "data_kind", "sent_timestamp"],
|
"required": [
|
||||||
|
"service_name",
|
||||||
|
"service_id",
|
||||||
|
"data_type",
|
||||||
|
"data_kind",
|
||||||
|
"sent_timestamp"
|
||||||
|
],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user