{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/ceramic/main/json-schema/ErrorResponse.json", "title": "Error response", "description": "Error response", "type": "object", "required": ["message"], "properties": { "message": { "type": "string", "description": "Error message" } } }