18 lines
425 B
JSON
18 lines
425 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"title": "JSON Schema tibi-server field array configuration",
|
||
|
"description": "tibi-server collection linter",
|
||
|
"type": "array",
|
||
|
"items": {
|
||
|
"oneOf": [
|
||
|
{
|
||
|
"$comment": "for include tag",
|
||
|
"type": "string"
|
||
|
},
|
||
|
{
|
||
|
"$ref": "field.json"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|