Skip to content

Commit

Permalink
Merge pull request #865 from eknee/person-example-fix
Browse files Browse the repository at this point in the history
Updated person birthdate example
  • Loading branch information
prabhum2 authored Apr 23, 2020
2 parents e1f2560 + 31ab672 commit 7170f97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion schemas/context/person.example.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"xdm:lastName": "Doe",
"xdm:fullName": "Jane F. Doe"
},
"xdm:birthDate": "1996-01-03",
"xdm:birthDate": "1996-01-19",
"xdm:gender": "female",
"xdm:maritalStatus": "single",
"xdm:nationality": "CA"
Expand Down
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 7170f97

Please sign in to comment.