{
"title": "functions.expression.FileInputSchema",
"description": "Schema for a file input.",
"type": "object",
"properties": {
"description": {
"description": "Human-readable description of the expected file.",
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"omitempty": true
},
"type": {
"$ref": "functions.expression.FileInputSchemaType"
}
}
}