File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 7575 " openSource" ,
7676 " governmentWideReuse" ,
7777 " exemptByNationalSecurity" ,
78- " exemptByIntelligence " ,
78+ " exemptByNationalIntelligence " ,
7979 " exemptByFOIA" ,
8080 " exemptByEAR" ,
8181 " exemptByITAR" ,
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" ,
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" : [
238245 " date" ,
239246 " tags" ,
240247 " contact" ,
241- " feedbackMechanisms " ,
242- " AIUseCaseInventory "
248+ " feedbackMechanism " ,
249+ " AIUseCaseID "
243250 ],
244- "additionalProperties" : false
251+ "additionalProperties" : true
245252}
You can’t perform that action at this time.
0 commit comments