{
  "type": "object",
  "defaultProperties": [
    "name",
    "type",
    "url"
  ],
  "properties": {
    "fileExtension": {
      "type": "string",
      "title": "File extension",
      "description": "The file extension used to retrieve Open Street Map data"
    },
    "maximumLevel": {
      "type": "string",
      "title": "Maximum level",
      "description": "The maximum tile level to retrieve from Open Street Map data"
    },
    "attribution": {
      "type": "string",
      "title": "Attribution",
      "description": "The attribution to display with the data"
    },
    "subdomains": {
      "type": "array",
      "title": "Subdomains",
      "description": "The array of subdomains, one of which will be prepended to each tile URL.",
      "format": "tabs",
      "items": {
        "type": "string"
      }
    }
  },
  "allOf": [
    {
      "$ref": "CatalogItem.json"
    },
    {
      "$ref": "ImageryLayerCatalogItem.json"
    },
    {
      "$ref": "CatalogMember.json"
    }
  ]
}