{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GeneralErrorObject", "properties": { "code": { "type": "string" }, "description": { "type": "string" } } }