Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1aeb7e79f |
@@ -73,11 +73,11 @@
|
|||||||
"description": "Timings that apply to the main RID",
|
"description": "Timings that apply to the main RID",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"wta": { "type": "string", "format": "date-time" },
|
"wta": { "type": "string" },
|
||||||
"wtd": { "type": "string", "format": "date-time" },
|
"wtd": { "type": "string" },
|
||||||
"wtp": { "type": "string", "format": "date-time" },
|
"wtp": { "type": "string" },
|
||||||
"pta": { "type": "string", "format": "date-time" },
|
"pta": { "type": "string" },
|
||||||
"ptd": { "type": "string", "format": "date-time" }
|
"ptd": { "type": "string" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"at": {
|
"at": {
|
||||||
@@ -85,11 +85,11 @@
|
|||||||
"description": "Timings that apply to the associated RID",
|
"description": "Timings that apply to the associated RID",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"wta": { "type": "string", "format": "date-time" },
|
"wta": { "type": "string" },
|
||||||
"wtd": { "type": "string", "format": "date-time" },
|
"wtd": { "type": "string" },
|
||||||
"wtp": { "type": "string", "format": "date-time" },
|
"wtp": { "type": "string" },
|
||||||
"pta": { "type": "string", "format": "date-time" },
|
"pta": { "type": "string" },
|
||||||
"ptd": { "type": "string", "format": "date-time" }
|
"ptd": { "type": "string" }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"can": {
|
"can": {
|
||||||
|
|||||||
Reference in New Issue
Block a user