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