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
+23-20Lines changed: 23 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@
10
10
},
11
11
"description": {
12
12
"type": "string",
13
-
"description": "A short description of the project. It should be a single line containing a single sentence. Maximum 150 characters are allowed.",
14
-
"maxLength": 150
13
+
"description": "A one or two sentence description of the software."
15
14
},
16
15
"longDescription": {
17
16
"type": "string",
@@ -82,7 +81,7 @@
82
81
"openSource",
83
82
"governmentWideReuse",
84
83
"exemptByNationalSecurity",
85
-
"exemptByIntelligence",
84
+
"exemptByNationalIntelligence",
86
85
"exemptByFOIA",
87
86
"exemptByEAR",
88
87
"exemptByITAR",
@@ -115,7 +114,10 @@
115
114
},
116
115
"organization": {
117
116
"type": "string",
118
-
"description": "The organization or component within the agency to which the releases listed belong. For example, '18F' or 'Navy'."
117
+
"description": "The organization or component within the agency to which the releases listed belong.",
118
+
"enum": [
119
+
"Centers for Medicare & Medicaid Services"
120
+
]
119
121
},
120
122
"repositoryURL": {
121
123
"type": "string",
@@ -231,8 +233,11 @@
231
233
]
232
234
},
233
235
"contractNumber": {
234
-
"type": "string",
235
-
"description": "Contract number"
236
+
"type": "array",
237
+
"description": "Contract number(s) under which the project was developed",
238
+
"items": {
239
+
"type": "string"
240
+
}
236
241
},
237
242
"date": {
238
243
"type": "object",
@@ -277,12 +282,14 @@
277
282
}
278
283
}
279
284
},
280
-
"feedbackMechanisms": {
281
-
"type": "array",
282
-
"description": "Methods a repository receives feedback from the community. Default value is the URL to GitHub repository issues page.",
283
-
"items": {
284
-
"type": "string"
285
-
}
285
+
"feedbackMechanism": {
286
+
"type": "string",
287
+
"format": "uri",
288
+
"description": "Method a repository receives feedback from the community (i.e. URL to GitHub repository issues page)"
289
+
},
290
+
"AIUseCaseID": {
291
+
"type": "string",
292
+
"description": "The software's ID in the AI Use Case Inventory. If the software is not currently listed in the inventory, enter '0'."
286
293
},
287
294
"localisation": {
288
295
"type": "boolean",
@@ -372,10 +379,6 @@
372
379
4
373
380
],
374
381
"description": "Maturity model tier according to the CMS Open Source Repository Maturity Model Framework: https://github.com/DSACMS/repo-scaffolder/blob/main/maturity-model-tiers.md"
375
-
},
376
-
"AIUseCaseInventory": {
377
-
"type": "boolean",
378
-
"description": "Is the software included in the agency's AI use case inventory?"
0 commit comments