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"
|
||||
},
|
||||
"d": {
|
||||
"description": "Payload data. Type depends on request endpoint",
|
||||
"anyOf": [
|
||||
{"type": "object"},
|
||||
{"type": "array"}
|
||||
]
|
||||
"description": "Payload data. Type depends on request endpoint"
|
||||
},
|
||||
"e": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user