7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
} |