Full-width background image with children overlaid on top.
Input
Encoding
application/jsonchildren
array
Required
No description available.
did
stringdid
Optional
DID of the blob owner. Used to resolve blob URLs.
src
unknown
Required
Blob ref for the background image.
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": [
"src",
"children"
],
"properties": {
"did": {
"type": "string",
"format": "did",
"description": "DID of the blob owner. Used to resolve blob URLs."
},
"src": {
"type": "unknown",
"description": "Blob ref for the background image."
},
"children": {
"type": "array",
"items": {
"ref": "at.inlay.defs#element",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"ref": "at.inlay.defs#response",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Full-width background image with children overlaid on top."
}