Compare commits
2 Commits
v3.0.3-alp
...
v3.0.3-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| 12db4b79fd | |||
| eb6d90bbb8 |
@@ -10,6 +10,12 @@
|
||||
"minimum": 0,
|
||||
"description": "Unix timestamp showing when the data was generated, or the time the error was encountered"
|
||||
},
|
||||
"p": {
|
||||
"type": "string",
|
||||
"title": "Privilege Type",
|
||||
"description": "Whether the data is public or staff, omitted where no differences",
|
||||
"enum": ["public", "staff"]
|
||||
},
|
||||
"d": {
|
||||
"description": "Payload data. Type depends on request endpoint, typically an array of the response type"
|
||||
},
|
||||
|
||||
@@ -31,7 +31,10 @@
|
||||
"definitions": {
|
||||
"metadata": {
|
||||
"type": "object",
|
||||
"required": ["n", "o"],
|
||||
"required": [
|
||||
"n",
|
||||
"o"
|
||||
],
|
||||
"properties": {
|
||||
"n": {
|
||||
"type": "string",
|
||||
@@ -74,7 +77,10 @@
|
||||
"type": "object",
|
||||
"title": "Origin",
|
||||
"description": "The services origin",
|
||||
"required": ["t", "n"],
|
||||
"required": [
|
||||
"t",
|
||||
"n"
|
||||
],
|
||||
"properties": {
|
||||
"t": {
|
||||
"type": "string",
|
||||
@@ -92,7 +98,10 @@
|
||||
"type": "object",
|
||||
"title": "Destination",
|
||||
"description": "The services destination",
|
||||
"required": ["t", "n"],
|
||||
"required": [
|
||||
"t",
|
||||
"n"
|
||||
],
|
||||
"properties": {
|
||||
"t": {
|
||||
"type": "string",
|
||||
@@ -111,6 +120,32 @@
|
||||
"title": "Headcode",
|
||||
"description": "The headcode of the service"
|
||||
},
|
||||
"fd": {
|
||||
"type": "object",
|
||||
"title": "False Destination",
|
||||
"description": "False destination should be preferred on public boards",
|
||||
"required": [
|
||||
"t",
|
||||
"n"
|
||||
],
|
||||
"properties": {
|
||||
"t": {
|
||||
"type": "string",
|
||||
"title": "TIPLOC",
|
||||
"description": "The Destination TIPLOC"
|
||||
},
|
||||
"n": {
|
||||
"type": "string",
|
||||
"title": "Name",
|
||||
"description": "The Destination Name"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v": {
|
||||
"type": "string",
|
||||
"title": "via Text",
|
||||
"description": "via text that should be displayed if present"
|
||||
},
|
||||
"sta": {
|
||||
"type": "string",
|
||||
"format": "date-time",
|
||||
@@ -243,7 +278,9 @@
|
||||
},
|
||||
"boardMsgs": {
|
||||
"type": "object",
|
||||
"required": ["t"],
|
||||
"required": [
|
||||
"t"
|
||||
],
|
||||
"properties": {
|
||||
"t": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user