17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"type": "object",
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"": {
|
|
"type": "array",
|
|
"description": "",
|
|
"items": {
|
|
"type": "",
|
|
"enum": [
|
|
"// provide your possible options here..."
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|