{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/ahasend/refs/heads/main/json-schema/api-bad-request-response-schema.json", "title": "BadRequestResponse", "description": "BadRequestResponse schema from AhaSend API", "type": "object", "properties": { "status": { "type": "string", "examples": [ "domain is not yours", "domain DNS config is not valid" ], "example": "example_value" } }, "example": { "status": "bad request" } }