{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "StatusObject", "type": "object", "description": "The status member contains the status code of the response.", "properties": { "code": { "type": "number", "description": "The HTTP status code of the response, mirroring the code from the Status-Line of the HTTP response message (see [RFC2616] section 6.1)." } } }