{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "StorageInput",
"type": "object",
"description": "Reference to an input file stored in cloud storage",
"properties": {
"href": {
"type": "string",
"description": "URL or path to the input file. For Creative Cloud, use the asset path. For external storage, use the presigned URL."
},
"storage": {
"type": "string",
"description": "Storage type where the input file is located"
}
}
}