Skip to content

Commit

Permalink
updating profile addresses
Browse files Browse the repository at this point in the history
--updated example of profile addresses example so that lastVerifiedDate is clear on year-month-day format and longitude is accurate
  • Loading branch information
eknee committed Apr 21, 2020
1 parent 9e8c2b6 commit 31ab672
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions schemas/context/profile-addresses.example.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"xdm:country": "United States",
"xdm:countryCode": "US",
"schema:latitude": 37.3382,
"schema:longitude": 121.8863,
"schema:longitude": -121.8863,
"xdm:status": "active",
"xdm:lastVerifiedDate": "2018-01-02"
"xdm:lastVerifiedDate": "2018-01-19"
},
"xdm:workAddress": {
"@id": "https://data.adobe.io/entities/address/123",
Expand All @@ -23,9 +23,9 @@
"xdm:country": "United States",
"xdm:countryCode": "US",
"schema:latitude": 37.3382,
"schema:longitude": 121.8863,
"schema:longitude": -121.8863,
"xdm:status": "active",
"xdm:lastVerifiedDate": "2018-01-02"
"xdm:lastVerifiedDate": "2018-01-19"
},
"xdm:shippingAddress": {
"@id": "https://data.adobe.io/entities/address/123",
Expand All @@ -37,9 +37,9 @@
"xdm:country": "United States",
"xdm:countryCode": "US",
"schema:latitude": 37.3382,
"schema:longitude": 121.8863,
"schema:longitude": -121.8863,
"xdm:status": "active",
"xdm:lastVerifiedDate": "2018-01-02"
"xdm:lastVerifiedDate": "2018-01-19"
},
"xdm:mailingAddress": {
"@id": "https://data.adobe.io/entities/address/123",
Expand All @@ -51,8 +51,8 @@
"xdm:country": "United States",
"xdm:countryCode": "US",
"schema:latitude": 37.3382,
"schema:longitude": 121.8863,
"schema:longitude": -121.8863,
"xdm:status": "active",
"xdm:lastVerifiedDate": "2018-01-02"
"xdm:lastVerifiedDate": "2018-01-19"
}
}

0 comments on commit 31ab672

Please sign in to comment.