{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "WriteUser", "type": "object", "properties": { "first_name": { "type": "string" }, "last_name": { "type": "string" }, "email": { "type": "string" }, "is_disabled": { "type": "boolean" }, "locale": { "type": "string" } } }