The Guardian · Schema

EditionsResponse

NewsMediaContentArticlesJournalism

Properties

Name Type Description
response object
View JSON Schema on GitHub

JSON Schema

editionsresponse.json Raw ↑
{
  "type": "object",
  "properties": {
    "response": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string"
        },
        "userTier": {
          "type": "string"
        },
        "total": {
          "type": "integer"
        },
        "results": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Edition"
          }
        }
      }
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EditionsResponse"
}