Basic Error
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/basic-error", "title": "Basic Error", "description": "Basic Error", "type": "object", "properties": { "message": { "type": "string" }, "documentation_url": { "type": "string" }, "url": { "type": "string" }, "status": { "type": "string" } } }