diff --git a/src/test/resources/schemas/describedBy.json b/src/test/resources/schemas/describedBy.json index 2bc6910a7..631a49c94 100644 --- a/src/test/resources/schemas/describedBy.json +++ b/src/test/resources/schemas/describedBy.json @@ -86,13 +86,13 @@ }, "dateCreated": { "title": "Creation date of the metadata record", - "type": "string", + "type": "string", "format": "date", "pattern": "^\\d{4}-\\d{2}-\\d{2}" }, "dateModified": { "title": "Modification date of the metadata record", - "type": "string", + "type": "string", "format": "date", "pattern": "^\\d{4}-\\d{2}-\\d{2}" }, @@ -118,7 +118,7 @@ "const": "hbz_unioncatalog" } } - }, + }, "sourceOrganization": { "title": "Organization that added the record to the union catalog", "type": "object", @@ -232,4 +232,4 @@ "resultOf", "license" ] -} \ No newline at end of file +}