Skip to content

Commit 348fcef

Browse files
Merge pull request #42 from DSACMS/DSACMS/nat/tweaks
Schema: Fixed metadataLastUpdated capitalization in date object
2 parents 0dbf695 + e4658d2 commit 348fcef

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

code.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"date": {
4949
"created": "2025-02-04T21:59:53Z",
5050
"lastModified": "2025-08-13T22:27:54Z",
51-
"metaDataLastUpdated": "2025-08-15T16:41:02.063Z"
51+
"metadataLastUpdated": "2025-08-15T16:41:02.063Z"
5252
},
5353
"tags": [
5454
"dsacms-tier3",

schemas/cms/schema-2.0.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"format": "date-time",
345345
"description": "Date when the project was last modified"
346346
},
347-
"metaDataLastUpdated": {
347+
"metadataLastUpdated": {
348348
"type": "string",
349349
"format": "date-time",
350350
"description": "Date when metadata was last updated"

schemas/schema-2.0.0.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
"format": "date-time",
284284
"description": "Date when the project was last modified"
285285
},
286-
"metaDataLastUpdated": {
286+
"metadataLastUpdated": {
287287
"type": "string",
288288
"format": "date-time",
289289
"description": "Date when metadata was last updated"

tests/examples/codejson-example-dedupliFHIR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"date": {
5151
"created": "2023-06-22T17:08:19Z",
5252
"lastModified": "2025-02-13T18:44:26Z",
53-
"metaDataLastUpdated": "2025-06-10T14:55:32.836Z"
53+
"metadataLastUpdated": "2025-06-10T14:55:32.836Z"
5454
},
5555
"tags": [
5656
"AI",

tests/examples/codejson-example-metrics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"date": {
4848
"created": "2023-07-18T14:10:58Z",
4949
"lastModified": "2025-06-01T11:36:12Z",
50-
"metaDataLastUpdated": "2025-06-06T16:36:38.949Z"
50+
"metadataLastUpdated": "2025-06-06T16:36:38.949Z"
5151
},
5252
"tags": [
5353
"metrics",

0 commit comments

Comments
 (0)