chucknorris.io · JSON Structure

Chucknorris Io Error Structure

Type: object Properties: 5
EntertainmentJokesChuck NorrisOpen SourcePublic APIs

Error is a JSON Structure definition published by chucknorris.io, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

timestamp status error path message

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Error",
  "type": "object",
  "properties": {
    "timestamp": {
      "type": "string"
    },
    "status": {
      "type": "integer"
    },
    "error": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "message": {
      "type": "['string', 'null']"
    }
  }
}