StatusCode

The status code.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-statuscode-schema.json Raw ↑
{
  "$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."
}