fixed schema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-02 13:30:50 +01:00
parent e4774d6042
commit 9b9a1d862e

View File

@@ -19,6 +19,7 @@
"boolean",
"object",
"object[]",
"file",
"any"
]
},
@@ -32,7 +33,15 @@
"type": "array",
"description": "sub fields of object",
"items": {
"$ref": "#"
"oneOf": [
{
"$comment": "for include tag",
"type": "string"
},
{
"$ref": "#"
}
]
}
},
"meta": {