chucknorris.io · JSON Structure

Chucknorris Io Joke Structure

Type: object Properties: 7
EntertainmentJokesChuck NorrisOpen SourcePublic APIs

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

Properties

id value categories icon_url url created_at updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Joke",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "categories": {
      "type": "array"
    },
    "icon_url": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}