Association times are now just plain strings, as the date cannot be determined from the association data alone - as querying by time is not required, the expected type will be a string.
All checks were successful
Generate and Release Protos / release (push) Successful in 41s
All checks were successful
Generate and Release Protos / release (push) Successful in 41s
This commit is contained in:
@@ -73,11 +73,11 @@
|
||||
"description": "Timings that apply to the main RID",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"wta": { "type": "string", "format": "date-time" },
|
||||
"wtd": { "type": "string", "format": "date-time" },
|
||||
"wtp": { "type": "string", "format": "date-time" },
|
||||
"pta": { "type": "string", "format": "date-time" },
|
||||
"ptd": { "type": "string", "format": "date-time" }
|
||||
"wta": { "type": "string" },
|
||||
"wtd": { "type": "string" },
|
||||
"wtp": { "type": "string" },
|
||||
"pta": { "type": "string" },
|
||||
"ptd": { "type": "string" }
|
||||
}
|
||||
},
|
||||
"at": {
|
||||
@@ -85,11 +85,11 @@
|
||||
"description": "Timings that apply to the associated RID",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"wta": { "type": "string", "format": "date-time" },
|
||||
"wtd": { "type": "string", "format": "date-time" },
|
||||
"wtp": { "type": "string", "format": "date-time" },
|
||||
"pta": { "type": "string", "format": "date-time" },
|
||||
"ptd": { "type": "string", "format": "date-time" }
|
||||
"wta": { "type": "string" },
|
||||
"wtd": { "type": "string" },
|
||||
"wtp": { "type": "string" },
|
||||
"pta": { "type": "string" },
|
||||
"ptd": { "type": "string" }
|
||||
}
|
||||
},
|
||||
"can": {
|
||||
|
||||
Reference in New Issue
Block a user