{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/address/v/2",
  "kind": "entityType",
  "title": "Address",
  "type": "object",
  "allOf": [],
  "description": "Information required to identify a specific location on the planet associated with a postal address.",
  "examples": [],
  "links": {},
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/street-address-line-1/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/street-address-line-1/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/address-level-1/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/address-level-1/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/postal-code/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/postal-code/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/alpha-2-country-code/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/alpha-2-country-code/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/mapbox-full-address/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/mapbox-full-address/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/street-address-line-1/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/address-level-1/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/postal-code/",
    "https://blockprotocol.org/@blockprotocol/types/property-type/alpha-2-country-code/"
  ]
}