{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://chinatownmenu.com/assets/data/site-discovery.schema.json",
  "title": "ChinatownMenu.com site discovery map",
  "type": "object",
  "required": [
    "generated",
    "site",
    "baseUrl",
    "counts",
    "hubs",
    "sections",
    "languages",
    "sitemaps",
    "dataFiles",
    "pages"
  ],
  "properties": {
    "generated": {
      "type": "string"
    },
    "site": {
      "type": "string"
    },
    "baseUrl": {
      "type": "string",
      "format": "uri"
    },
    "description": {
      "type": "string"
    },
    "counts": {
      "type": "object"
    },
    "hubs": {
      "type": "array"
    },
    "sections": {
      "type": "array"
    },
    "languages": {
      "type": "array"
    },
    "topicClusters": {
      "type": "array"
    },
    "sitemaps": {
      "type": "array"
    },
    "dataFiles": {
      "type": "array"
    },
    "pages": {
      "type": "array"
    }
  }
}
