{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/umami/refs/heads/main/json-structure/umami-user-request-structure.json", "title": "UserRequest", "description": "Request body for creating or updating a user", "type": "object", "properties": { "username": { "type": "string", "description": "Username" }, "password": { "type": "string", "description": "Password" }, "role": { "type": "string", "description": "User role" } } }