{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ReplaceUserRequest", "type": "object", "properties": { "firstName": { "type": "string" }, "lastName": { "type": "string" }, "email": { "type": "string" }, "role": { "type": "string" }, "userGroupId": { "type": "integer" } } }