{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "LookAndFeelSelection",
"type": "object",
"description": "Look and feel selection",
"properties": {
"spaceKey": {
"type": "string",
"description": "The key of the space for which the look and feel settings will be\nset."
},
"lookAndFeelType": {
"type": "string"
}
}
}