Skip to content

Commit 99bf0e7

Browse files
Updated tests
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent cce3480 commit 99bf0e7

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/json-schema-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: GrantBirki/json-yaml-validate@v3.3.2 # replace with the latest version
2222
with:
2323
comment: "true"
24-
json_schema_version: "draft-04"
24+
json_schema_version: "draft-2020-12"
2525

2626
schema-tests:
2727
runs-on: ubuntu-latest

code.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
],
3838
"maintenance": "community",
3939
"contractNumber": [],
40+
"SBOM": "https://github.com/DSACMS/gov-codejson/network/dependencies",
4041
"date": {
4142
"created": "2025-02-04T21:59:53Z",
4243
"lastModified": "2025-08-13T22:27:54Z",

tests/examples/codejson-example-dedupliFHIR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
],
4747
"maintenance": "internal",
4848
"contractNumber": [],
49+
"SBOM": "https://github.com/DSACMS/dedupliFHIR/network/dependencies",
4950
"date": {
5051
"created": "2023-06-22T17:08:19Z",
5152
"lastModified": "2025-02-13T18:44:26Z",

tests/examples/codejson-example-metrics.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
],
4444
"maintenance": "internal",
4545
"contractNumber": [],
46+
"SBOM": "https://github.com/DSACMS/metrics/network/dependencies",
4647
"date": {
4748
"created": "2023-07-18T14:10:58Z",
4849
"lastModified": "2025-06-01T11:36:12Z",

0 commit comments

Comments
 (0)