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