diff --git a/versions/2.x/models/Entitlement.json b/versions/2.x/models/Entitlement.json index 31bfb6b0..9d1f9c08 100755 --- a/versions/2.x/models/Entitlement.json +++ b/versions/2.x/models/Entitlement.json @@ -29,7 +29,7 @@ "validFrom": { "fieldName": "validFrom", "sameAs": "https://schema.org/validFrom", - "requiredType": "https://schema.org/DateTime", + "requiredType": "https://schema.org/Date", "description": [ "The date the entitlement becomes valid. This must be in the past." ] @@ -37,7 +37,7 @@ "validUntil": { "fieldName": "validUntil", "sameAs": "https://schema.org/validUntil", - "requiredType": "https://schema.org/DateTime", + "requiredType": "https://schema.org/Date", "description": [ "The date that the entitlement is no longer valid. This must be in the future." ]