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

This commit is contained in:
Sebastian Frank 2022-02-02 13:30:50 +01:00
parent e4774d6042
commit 9b9a1d862e
Signed by: apairon
GPG Key ID: A0E05A8199CE3F57

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": {