{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PatchedUpdateUser", "description": "", "type": "object", "properties": { "locale": { "type": "string", "nullable": true, "maxLength": 5 }, "theme": { "enum": [ "light", "dark", "system" ], "type": "string" } } }