Skip to content

Commit a9ca63f

Browse files
Update schemas
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent b855714 commit a9ca63f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

schemas/cms/schema.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"status": {
2424
"type": "string",
2525
"enum": [
26-
"Ideation",
27-
"Development",
28-
"Alpha",
29-
"Beta",
30-
"Release Candidate",
31-
"Production",
32-
"Archival"
26+
"ideation",
27+
"development",
28+
"alpha",
29+
"beta",
30+
"releaseCandidate",
31+
"production",
32+
"archival"
3333
],
3434
"description": "Development status of the project"
3535
},
@@ -304,9 +304,9 @@
304304
"type": "string",
305305
"description": "Level of security categorization assigned to an information system under the Federal Information Security Modernization Act (FISMA): https://security.cms.gov/learn/federal-information-security-modernization-act-fisma",
306306
"enum": [
307-
"Low",
308-
"Moderate",
309-
"High"
307+
"low",
308+
"moderate",
309+
"high"
310310
]
311311
},
312312
"group": {
@@ -336,10 +336,10 @@
336336
"items": {
337337
"type": "string",
338338
"enum": [
339-
"Policy",
340-
"Operational",
341-
"Medicare",
342-
"Medicaid"
339+
"policy",
340+
"operational",
341+
"medicare",
342+
"medicaid"
343343
]
344344
},
345345
"description": "Healthcare-related subset"
@@ -349,9 +349,9 @@
349349
"items": {
350350
"type": "string",
351351
"enum": [
352-
"Providers",
353-
"Patients",
354-
"Government"
352+
"providers",
353+
"patients",
354+
"government"
355355
]
356356
},
357357
"description": "Types of users who interact with the software"

schemas/gov/schema.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"status": {
2424
"type": "string",
2525
"enum": [
26-
"Ideation",
27-
"Development",
28-
"Alpha",
29-
"Beta",
30-
"Release Candidate",
31-
"Production",
32-
"Archival"
26+
"ideation",
27+
"development",
28+
"alpha",
29+
"beta",
30+
"releaseCandidate",
31+
"production",
32+
"archival"
3333
],
3434
"description": "Development status of the project"
3535
},

0 commit comments

Comments
 (0)