Created
June 29, 2011 21:56
-
-
Save twbell/1055108 to your computer and use it in GitHub Desktop.
Provides a machine-readable mapping between Factual's Global Local Schema and country-specific attributes, denotes which attributes are supported within a specific country, and provides a country-to-table lookup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "countries": { | |
| "ar": { | |
| "country": "Argentina", | |
| "table": "PfldJg", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "au": { | |
| "country": "Australia", | |
| "table": "QQRnJB", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Territory" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "br": { | |
| "country": "Brazil", | |
| "table": "hEpUSW", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "ch": { | |
| "country": "Switzerland", | |
| "table": "5jSZ4X", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Canton" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "cl": { | |
| "country": "Chile", | |
| "table": "tT9rot", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": true, | |
| "mapping": "Address Extended" | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Commune" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": true, | |
| "mapping": "Region" | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "co": { | |
| "country": "Colombia", | |
| "table": "bx6tQA", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Department" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "Email" | |
| } | |
| } | |
| }, | |
| "cz": { | |
| "country": "Czech Republic", | |
| "table": "LEULgx", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Region" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "de": { | |
| "country": "Germany", | |
| "table": "Q6VjRt", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "State" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "dk": { | |
| "country": "Denmark", | |
| "table": "VEmsht", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "eg": { | |
| "country": "Egypt", | |
| "table": "4M0si8", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "es": { | |
| "country": "Spain", | |
| "table": "3wEAVl", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "fi": { | |
| "country": "Finland", | |
| "table": "u8l6yv", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "fr": { | |
| "country": "France", | |
| "table": "RHT5pb", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "gb": { | |
| "country": "United Kingdom", | |
| "table": "7HOTBC", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "County" | |
| }, | |
| "admin_region": { | |
| "supported": true, | |
| "mapping": "Admin Country" | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "Post Town" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Sovereign State" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "hk": { | |
| "country": "Hong Kong", | |
| "table": "eKatJH", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "hr": { | |
| "country": "Croatia", | |
| "table": "jvbP9A", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "County" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "hu": { | |
| "country": "Hungary", | |
| "table": "GLXdv9", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "District" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "id": { | |
| "country": "Indonesia", | |
| "table": "NFr41e", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": true, | |
| "mapping": "Building" | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "District" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "ie": { | |
| "country": "Ireland", | |
| "table": "tlcPKO", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "County" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "il": { | |
| "country": "Israel", | |
| "table": "v9QK2f", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "Neighborhood" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "in": { | |
| "country": "India", | |
| "table": "nDV9jd", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "State" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "it": { | |
| "country": "Italy", | |
| "table": "tYDbDU", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "jp": { | |
| "country": "Japan", | |
| "table": "PSiJUZ", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "State" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "kr": { | |
| "country": "Korea", | |
| "table": "TduFJu", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "State" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "lu": { | |
| "country": "Luxembourg", | |
| "table": "hhoVcc", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Commune" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "mx": { | |
| "country": "Mexico", | |
| "table": "1YkDoS", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "Post Town" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "my": { | |
| "country": "Malaysia", | |
| "table": "vVmNjQ", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "State" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "nl": { | |
| "country": "Netherlands", | |
| "table": "r3WNWh", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "no": { | |
| "country": "Norway", | |
| "table": "SBfy5o", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "nz": { | |
| "country": "New Zealand", | |
| "table": "Qq7Ni9", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Region" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "pe": { | |
| "country": "Peru", | |
| "table": "6vu6ev", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City/District" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": true, | |
| "mapping": "Region" | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "Neighborhood" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "ph": { | |
| "country": "Philippines", | |
| "table": "8NbGLr", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "pl": { | |
| "country": "Poland", | |
| "table": "HHJ8J0", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Locality" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "pr": { | |
| "country": "Puerto Rico", | |
| "table": "NF5aNa", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Zipcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "pt": { | |
| "country": "Portugal", | |
| "table": "5kIz2E", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "se": { | |
| "country": "Sweden", | |
| "table": "Usd8cS", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": true, | |
| "mapping": "PO Box" | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "sg": { | |
| "country": "Singapore", | |
| "table": "vyulrh", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Singapore literal" | |
| }, | |
| "region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "th": { | |
| "country": "Thailand", | |
| "table": "MwfoaT", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": true, | |
| "mapping": "subdistrict" | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "district" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "tr": { | |
| "country": "Turkey", | |
| "table": "CPgSTp", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "Post Town" | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "tw": { | |
| "country": "Taiwan", | |
| "table": "K4TbNR", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Town" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "us": { | |
| "country": "United States", | |
| "table": "bi0eJZ", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": true, | |
| "mapping": "PO Box" | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": true, | |
| "mapping": "Extended Address" | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "City" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "State" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Zipcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "ve": { | |
| "country": "Venezuela", | |
| "table": "erwG7j", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Municipality" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "State" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| }, | |
| "vn": { | |
| "country": "Vietnam", | |
| "table": "Fagipb", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": true, | |
| "mapping": "Extended Address" | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Municipality" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": true, | |
| "mapping": "Ward" | |
| }, | |
| "postcode": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": false, | |
| "mapping": null | |
| } | |
| } | |
| }, | |
| "za": { | |
| "country": "South Africa", | |
| "table": "QkDkJg", | |
| "attributes": { | |
| "factual_id": { | |
| "supported": true, | |
| "mapping": "Factual ID" | |
| }, | |
| "name": { | |
| "supported": true, | |
| "mapping": "Name" | |
| }, | |
| "po_box": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "address": { | |
| "supported": true, | |
| "mapping": "Address" | |
| }, | |
| "address_extended": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "locality": { | |
| "supported": true, | |
| "mapping": "Municipality" | |
| }, | |
| "region": { | |
| "supported": true, | |
| "mapping": "Province" | |
| }, | |
| "admin_region": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "post_town": { | |
| "supported": false, | |
| "mapping": null | |
| }, | |
| "postcode": { | |
| "supported": true, | |
| "mapping": "Postcode" | |
| }, | |
| "tel": { | |
| "supported": true, | |
| "mapping": "Telephone" | |
| }, | |
| "fax": { | |
| "supported": true, | |
| "mapping": "Fax" | |
| }, | |
| "category": { | |
| "supported": true, | |
| "mapping": "Category" | |
| }, | |
| "latitude": { | |
| "supported": true, | |
| "mapping": "Latitude" | |
| }, | |
| "longitude": { | |
| "supported": true, | |
| "mapping": "Longitude" | |
| }, | |
| "country": { | |
| "supported": true, | |
| "mapping": "Country" | |
| }, | |
| "status": { | |
| "supported": true, | |
| "mapping": "Status" | |
| }, | |
| "website": { | |
| "supported": true, | |
| "mapping": "Website" | |
| }, | |
| "email": { | |
| "supported": true, | |
| "mapping": "email" | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment