{
  "name": "Map Envelope",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "_map.json"
    }
  },
  "required": [
    "data"
  ]
}