blocks-transformer/request_schema.json

11 lines
208 B
JSON
Raw Normal View History

2025-03-12 16:13:29 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "object",
"properties": {
"results": {
"type": ["array", "null"],
"items": {"type": "object"}
}
},
"required": []
}