Renders children if all bindings resolve; otherwise renders fallback.
Input
Encoding
application/jsonchildren
array
Required
No description available.
fallback
refat.inlay.defs#element
Optional
No description available.
Output
Encoding
application/jsonSchemaat.inlay.defs#response
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"children"
],
"properties": {
"children": {
"type": "array",
"items": {
"ref": "at.inlay.defs#element",
"type": "ref"
}
},
"fallback": {
"ref": "at.inlay.defs#element",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Renders children if all bindings resolve; otherwise renders fallback."
}