{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateAccountRequest", "title": "CreateAccountRequest", "type": "object", "properties": { "account": { "type": "object", "properties": { "name": { "type": "string", "description": "Name of the account." } }, "example": "example_value" } } }