9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"type": "array",
|
|
"default": [],
|
|
"items": {
|
|
"type": "object"
|
|
}
|
|
}
|