This commit is contained in:
parent
e4774d6042
commit
9b9a1d862e
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user