Skip to content

Commit ca26ef9

Browse files
Updated json validation tests to use latest schema version
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 2d9db11 commit ca26ef9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: jsonschema test tests/gov-schema.json --resolve schemas/schema-2.0.0.json
3636

3737
- name: Run CMS schema unit tests
38-
run: jsonschema test tests/cms-schema.json --resolve schemas/cms/schema-0.2.0.json
38+
run: jsonschema test tests/cms-schema.json --resolve schemas/cms/schema-2.0.0.json

tests/cms-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"target": "../schemas/cms/schema-1.0.0.json",
2+
"target": "../schemas/cms/schema-2.0.0.json",
33
"$comment": "This test suite validates code.json files for compliance with the CMS schema requirements.",
44
"tests": [
55
{

0 commit comments

Comments
 (0)