Response body for CreateUser API call.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateUserResponse", "description": "Response body for CreateUser API call.", "$id": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-create-user-response-schema.json", "type": "object", "properties": { "user": { "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-user-schema.json" } } }