登録店舗データ
基本情報
| 項目 | 
説明 | 
| 連携名称 | 
facilities | 
| タイプ | 
スナップショット | 
| 連携タイミング | 
翌日8時まで | 
データフォーマット
| フィールド名 | 
タイプ | 
説明 | 
| id | 
文字列 | 
登録店舗の一意となるID | 
| name | 
文字列 | 
店舗名称 | 
| wkt | 
文字列 | 
緯度経度情報 | 
| address | 
文字列 | 
住所 | 
| radius | 
数値 | 
半径( m ) | 
| type | 
文字列 | 
「own」 or 「rival」(自店舗 or 競合店舗) | 
| tags | 
配列 | 
タグ | 
| tags[*] | 
文字列 | 
タグ名 | 
| area_name | 
文字列 | 
エリア名称 | 
| property | 
配列 | 
パラメータの配列 | 
| property[*] | 
オブジェクト | 
パラメータの項目 | 
| property[*].key | 
文字列 | 
パラメータのキー名 | 
| property[*].value | 
文字列 | 
パラメータのキーに対する値 | 
| created | 
文字列 | 
作成日時 Format: %Y-%m-%dT%H:%M:%S%Ez Timezone: Asia/Tokyo | 
サンプル
{
  "id": "12345678-0123-4567-abcd-123456789abc",
  "name": "アイリッジ",
  "wkt": "POINT (139.74353006933052 35.66070245687093)",
  "adress": "日本、〒106-0041 東京都港区麻布台1丁目11−9 CR神谷町ビル",
  "radius": 50.0,
  "type": "own",
  "tags": ["t1", "t2"],
  "area_name": "オフィス",
  "property": [
    {
      "key": "key",
      "value": "value"
    }
  ],
  "created": "2019-01-01T00:00:00+09:00"
}