{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Error", "type": "object", "properties": { "message": { "type": "string", "description": "A human-readable error message." }, "code": { "type": "string", "description": "The error code." } } }