Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 817baa7d66 | |||
| 072902be59 | |||
| 2452e17faa |
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
"data_type": {
|
"data_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["file"],
|
"enum": ["file", "raw"],
|
||||||
"description": "The type of data contained in this message object"
|
"description": "The type of data contained in this message object"
|
||||||
},
|
},
|
||||||
"sent_timestamp": {
|
"sent_timestamp": {
|
||||||
|
|||||||
@@ -25,13 +25,6 @@
|
|||||||
},
|
},
|
||||||
"description": "List of 3ALPHA/CRS Codes"
|
"description": "List of 3ALPHA/CRS Codes"
|
||||||
},
|
},
|
||||||
"crsHash": {
|
|
||||||
"type": "string",
|
|
||||||
"minLength": 1,
|
|
||||||
"maxLength": 64,
|
|
||||||
"pattern": "^[0-9]+$",
|
|
||||||
"description": "Stringified 64-bit hash"
|
|
||||||
},
|
|
||||||
"tiplocStops": {
|
"tiplocStops": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
@@ -41,14 +34,8 @@
|
|||||||
"pattern": "^[a-zA-Z0-9]+$"
|
"pattern": "^[a-zA-Z0-9]+$"
|
||||||
},
|
},
|
||||||
"description": "List of TIPLOC Codes"
|
"description": "List of TIPLOC Codes"
|
||||||
},
|
|
||||||
"tiplocHash": {
|
|
||||||
"type": "string",
|
|
||||||
"minLength": 1,
|
|
||||||
"maxLength": 64,
|
|
||||||
"pattern": "^[0-9]+$"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["code", "toc", "crsStops", "crsHash", "tiplocStops", "tiplocHash"],
|
"required": ["code", "toc", "crsStops", "tiplocStops"],
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
},
|
},
|
||||||
"data_type": {
|
"data_type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"const": "PushPort16Schedule",
|
"const": "raw",
|
||||||
"description": "The type of data contained in this message object"
|
"description": "The type of data contained in this message object"
|
||||||
},
|
},
|
||||||
"sent_timestamp": {
|
"sent_timestamp": {
|
||||||
|
|||||||
Reference in New Issue
Block a user