You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/cms/schema.json
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@
23
23
"status": {
24
24
"type": "string",
25
25
"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"
33
33
],
34
34
"description": "Development status of the project"
35
35
},
@@ -304,9 +304,9 @@
304
304
"type": "string",
305
305
"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",
306
306
"enum": [
307
-
"Low",
308
-
"Moderate",
309
-
"High"
307
+
"low",
308
+
"moderate",
309
+
"high"
310
310
]
311
311
},
312
312
"group": {
@@ -336,10 +336,10 @@
336
336
"items": {
337
337
"type": "string",
338
338
"enum": [
339
-
"Policy",
340
-
"Operational",
341
-
"Medicare",
342
-
"Medicaid"
339
+
"policy",
340
+
"operational",
341
+
"medicare",
342
+
"medicaid"
343
343
]
344
344
},
345
345
"description": "Healthcare-related subset"
@@ -349,9 +349,9 @@
349
349
"items": {
350
350
"type": "string",
351
351
"enum": [
352
-
"Providers",
353
-
"Patients",
354
-
"Government"
352
+
"providers",
353
+
"patients",
354
+
"government"
355
355
]
356
356
},
357
357
"description": "Types of users who interact with the software"
0 commit comments