Skip to content

Commit 13e94f0

Browse files
Update gov schema
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent 075f9f7 commit 13e94f0

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

schemas/gov/schema.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"openSource",
7676
"governmentWideReuse",
7777
"exemptByNationalSecurity",
78-
"exemptByIntelligence",
78+
"exemptByNationalIntelligence",
7979
"exemptByFOIA",
8080
"exemptByEAR",
8181
"exemptByITAR",
@@ -151,6 +151,13 @@
151151
},
152152
"additionalProperties": true
153153
},
154+
"languages": {
155+
"type": "array",
156+
"description": "Programming languages that make up the codebase",
157+
"items": {
158+
"type": "string"
159+
}
160+
},
154161
"maintenance": {
155162
"type": "string",
156163
"description": "The dedicated staff that keeps the software up-to-date, if any",
@@ -211,14 +218,14 @@
211218
}
212219
}
213220
},
214-
"feedbackMechanisms": {
221+
"feedbackMechanism": {
215222
"type": "string",
216223
"format": "uri",
217224
"description": "Method a repository receives feedback from the community (i.e. URL to GitHub repository issues page)"
218225
},
219-
"AIUseCaseInventory": {
220-
"type": "boolean",
221-
"description": "Is the software included in the agency's AI use case inventory?"
226+
"AIUseCaseID": {
227+
"type": "string",
228+
"description": "The software's ID in the AI Use Case Inventory. If the software is not currently listed in the inventory, enter '0'."
222229
}
223230
},
224231
"required": [
@@ -238,8 +245,8 @@
238245
"date",
239246
"tags",
240247
"contact",
241-
"feedbackMechanisms",
242-
"AIUseCaseInventory"
248+
"feedbackMechanism",
249+
"AIUseCaseID"
243250
],
244-
"additionalProperties": false
251+
"additionalProperties": true
245252
}

0 commit comments

Comments
 (0)