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

This commit is contained in:
Sebastian Frank 2022-08-16 11:00:25 +02:00
parent 7743cebae3
commit 5d77340b4e

View File

@ -31,19 +31,27 @@
}
},
"subFields": {
"type": "array",
"description": "sub fields of object",
"items": {
"oneOf": [
{
"$comment": "for include tag",
"type": "string"
},
{
"$ref": "#"
"oneOf": [
{
"$comment": "for include tag",
"type": "string"
},
{
"type": "array",
"description": "sub fields of object",
"items": {
"oneOf": [
{
"$comment": "for include tag",
"type": "string"
},
{
"$ref": "#"
}
]
}
]
}
}
]
},
"meta": {
"type": "object",