{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Error", "type": "object", "properties": { "code": { "type": "integer" }, "message": { "type": "string" } } }