From 9e8c2b66228f830297eccc56c2bb6b77ee6aac78 Mon Sep 17 00:00:00 2001 From: eknee <6667779+eknee@users.noreply.github.com> Date: Tue, 21 Apr 2020 14:08:00 -0500 Subject: [PATCH 1/2] Updated person birthdate example --changed example to cleary show year-month-day format --- schemas/context/person.example.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/context/person.example.1.json b/schemas/context/person.example.1.json index 9f883c896..fba803d30 100644 --- a/schemas/context/person.example.1.json +++ b/schemas/context/person.example.1.json @@ -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" From 31ab6728b52c6b7b89937b14892e574736483199 Mon Sep 17 00:00:00 2001 From: eknee <6667779+eknee@users.noreply.github.com> Date: Tue, 21 Apr 2020 14:40:27 -0500 Subject: [PATCH 2/2] updating profile addresses --updated example of profile addresses example so that lastVerifiedDate is clear on year-month-day format and longitude is accurate --- schemas/context/profile-addresses.example.1.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/schemas/context/profile-addresses.example.1.json b/schemas/context/profile-addresses.example.1.json index eaaa744b1..8c32d2f93 100644 --- a/schemas/context/profile-addresses.example.1.json +++ b/schemas/context/profile-addresses.example.1.json @@ -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", @@ -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", @@ -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", @@ -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" } } \ No newline at end of file