Skip to content

Commit 38e9b14

Browse files
Merge pull request #50 from DSACMS/DSACMS/nat/repo-host-enum
CMS Schema: Add new enum option to repositoryHost & update docs
2 parents dccc431 + 4428235 commit 38e9b14

3 files changed

Lines changed: 12 additions & 4 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-2.0.0.json
38+
run: jsonschema test tests/cms-schema.json --resolve schemas/cms/schema-2.1.0.json

docs/metadata.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
520520
- github.com/CMS-Enterprise<br>
521521
- github.com/Enterprise-CMCS<br>
522522
- github.com/DSACMS<br>
523+
- github.com/MeasureAuthoringTool<br>
523524
- github.cms.gov<br>
524525
- CCSQ GitHub
525526
</td>
@@ -834,7 +835,10 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
834835
- policy<br>
835836
- operational<br>
836837
- medicare<br>
837-
- medicaid
838+
- medicaid<br>
839+
- SNAP<br>
840+
- TANF<br>
841+
- human-benefit-services
838842
</td>
839843
</tr>
840844
<tr>
@@ -846,7 +850,10 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
846850
<td>
847851
- providers<br>
848852
- patients<br>
849-
- government
853+
- government<br>
854+
- applicants<br>
855+
- beneficiaries<br>
856+
- enrollees
850857
</td>
851858
</tr>
852859
<tr>
@@ -860,7 +867,7 @@ Full schema can be found in [schema-2.0.0.json](../schemas/schema-2.0.0.json).
860867
</tbody>
861868
</table>
862869

863-
Full schema can be found in [schema-0.2.0.json](../schemas/cms/schema-0.2.0.json).
870+
Full schema can be found in [schema-2.1.0.json](../schemas/cms/schema-2.1.0.json).
864871

865872
### Adding new metadata fields
866873

schemas/cms/schema-2.1.0.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"github.com/CMS-Enterprise",
138138
"github.com/Enterprise-CMCS",
139139
"github.com/DSACMS",
140+
"github.com/MeasureAuthoringTool",
140141
"github.cms.gov",
141142
"CCSQ GitHub"
142143
]

0 commit comments

Comments
 (0)