Skip to content

Commit

Permalink
Format file #1340
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Jun 5, 2024
1 parent 306c5b8 commit cd99bd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/resources/schemas/describedBy.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
},
Expand All @@ -118,7 +118,7 @@
"const": "hbz_unioncatalog"
}
}
},
},
"sourceOrganization": {
"title": "Organization that added the record to the union catalog",
"type": "object",
Expand Down Expand Up @@ -232,4 +232,4 @@
"resultOf",
"license"
]
}
}

0 comments on commit cd99bd9

Please sign in to comment.