Skip to content

Commit be8c55e

Browse files
Merge branch 'main' into nat/exemption-checklist-revised
2 parents 0a658fb + d88bca4 commit be8c55e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

schemas/cms/schema.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,10 @@
372372
4
373373
],
374374
"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?"
375379
}
376380
},
377381
"required": [
@@ -405,7 +409,8 @@
405409
"projects",
406410
"subsetInHealthcare",
407411
"userType",
408-
"maturityModelTier"
412+
"maturityModelTier",
413+
"AIUseCaseInventory"
409414
],
410415
"additionalProperties": false
411-
}
416+
}

0 commit comments

Comments
 (0)