{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/basecamp/json-schema/error-schema.json", "title": "Error", "type": "object", "properties": { "error": { "type": "string", "description": "Human-readable error message" } } }