Relax type requirements on 'd' (data payload) field to improve type generation
All checks were successful
Generate and Release Protos / release (push) Successful in 29s
All checks were successful
Generate and Release Protos / release (push) Successful in 29s
This commit is contained in:
@@ -11,11 +11,7 @@
|
|||||||
"description": "Unix timestamp showing when the data was generated, or the time the error was encountered"
|
"description": "Unix timestamp showing when the data was generated, or the time the error was encountered"
|
||||||
},
|
},
|
||||||
"d": {
|
"d": {
|
||||||
"description": "Payload data. Type depends on request endpoint",
|
"description": "Payload data. Type depends on request endpoint"
|
||||||
"anyOf": [
|
|
||||||
{"type": "object"},
|
|
||||||
{"type": "array"}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"e": {
|
"e": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user