{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/previews", "title": "previews", "type": "object", "properties": { "generation": { "type": "string", "enum": [ "off", "manual", "automatic" ], "default": "off", "description": "Defaults to \"off\"" } } }