{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VariantInput", "type": "object", "properties": { "id": { "type": "string", "description": "The name of the variant." }, "options": { "type": "object" }, "neverRequireSignedURLs": { "type": "boolean", "description": "Allow unsigned URL access for this variant." } } }