{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "RESTAPIError", "description": "JSON Schema for RESTAPIError", "type": "object", "properties": { "key": { "type": "string" }, "message": { "type": "string" } } }