{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AuthResponse", "title": "AuthResponse", "type": "object", "required": [ "token" ], "properties": { "token": { "type": "string" } } }