The Guardian · Schema

ItemResponse

NewsMediaContentArticlesJournalism

Properties

Name Type Description
response object
View JSON Schema on GitHub

JSON Schema

itemresponse.json Raw ↑
{
  "type": "object",
  "properties": {
    "response": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string"
        },
        "userTier": {
          "type": "string"
        },
        "total": {
          "type": "integer"
        },
        "content": {
          "$ref": "#/components/schemas/ContentItem"
        }
      }
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ItemResponse"
}