Look and feel settings returned after an update.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LookAndFeelWithLinks", "title": "LookAndFeelWithLinks", "description": "Look and feel settings returned after an update.", "allOf": [ { "$ref": "#/components/schemas/LookAndFeel" }, { "type": "object", "properties": { "_links": { "$ref": "#/components/schemas/GenericLinks" } } } ] }