blocks-evaluator/output_schema.json

17 lines
366 B
JSON
Raw Normal View History

2025-04-09 16:45:41 +00:00
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"": {
"type": "array",
"description": "",
"items": {
"type": "",
"enum": [
"// provide your possible options here..."
]
}
}
}
}