17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "document",
|
|
"type": "object",
|
|
"required": [ "resources" ],
|
|
"properties": {
|
|
"resources": {
|
|
"type": "array",
|
|
"description": "Resources list",
|
|
"items": {
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|