The status code.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StatusCode", "title": "StatusCode", "type": "string", "pattern": "[1-5]\\d\\d", "description": "The status code." }