{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserPropertyUpdate", "title": "UserPropertyUpdate", "required": [ "value" ], "type": "object", "additionalProperties": false, "properties": { "value": { "type": "object", "additionalProperties": true, "properties": {}, "description": "The value of the user property." } } }