API error response
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/bankruptcywatch/json-schema/errorresponse-schema.json", "title": "ErrorResponse", "type": "object", "description": "API error response", "properties": { "errorCode": { "type": "string" }, "message": { "type": "string" }, "requestId": { "type": "string" } } }