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" 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