The Guardian · Schema

Edition

NewsMediaContentArticlesJournalism

Properties

Name Type Description
id string Edition identifier (uk, us, au, international, europe)
path string
edition string
webTitle string
webUrl string
apiUrl string
View JSON Schema on GitHub

JSON Schema

edition.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Edition identifier (uk, us, au, international, europe)"
    },
    "path": {
      "type": "string"
    },
    "edition": {
      "type": "string"
    },
    "webTitle": {
      "type": "string"
    },
    "webUrl": {
      "type": "string",
      "format": "uri"
    },
    "apiUrl": {
      "type": "string",
      "format": "uri"
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Edition"
}