* `ERROR` - Error * `WARNING` - Warning
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResponseStatusType", "title": "ResponseStatusType", "type": "string", "enum": [ "ERROR", "WARNING" ], "description": " * `ERROR` - Error\n * `WARNING` - Warning\n" }