![JSON Schema Diagram of /properties/apps/items[0]/properties/assets/items[0]/oneOf[1]](images/schema-2.png)
{
"type": "object",
"additionalProperties": false,
"properties": {
"glob": {
"type": "string",
"description": "The pattern to match.",
"default": ""
},
"input": {
"type": "string",
"description": "The dir to search within.",
"default": ""
},
"output": {
"type": "string",
"description": "The output path (relative to the outDir).",
"default": ""
}
}
}