{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ThemeUpdate",
"title": "ThemeUpdate",
"required": [
"themeKey"
],
"type": "object",
"properties": {
"themeKey": {
"type": "string",
"description": "The key of the theme to be set as the space theme."
}
}
}