{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/themeConfiguration_Write",
"title": "themeConfiguration_Write",
"description": "A theme.",
"type": "object",
"properties": {
"variation_id": {
"type": "string",
"description": "The Variation to which the Configuration belongs."
},
"settings": {
"type": "object",
"description": "The content of the configuration, which is a JSON object which will vary in structure from theme to theme."
}
},
"x-internal": false
}