{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorProto", "title": "ErrorProto", "type": "object", "properties": { "reason": { "type": "string", "description": "A short error code that summarizes the error" }, "location": { "type": "string", "description": "Specifies where the error occurred" }, "message": { "type": "string", "description": "A human-readable description of the error" } } }