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

This commit is contained in:
2026-02-19 21:05:33 +00:00
parent 91e9432a07
commit 07f224ff18

View File

@@ -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",