blocks-transformer/request_schema.json
admin user 62dfadde20
All checks were successful
Build and Push Docker Image / test (push) Successful in 50s
Build and Push Docker Image / build_and_push (push) Successful in 2m21s
Advanced Graph Series model
2025-03-12 16:13:29 +00:00

11 lines
208 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"results": {
"type": ["array", "null"],
"items": {"type": "object"}
}
},
"required": []
}