diff --git a/schemas/cms/schema.json b/schemas/cms/schema.json index 239abe2..fd8481a 100644 --- a/schemas/cms/schema.json +++ b/schemas/cms/schema.json @@ -366,6 +366,10 @@ 4 ], "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" + }, + "AIUseCaseInventory": { + "type": "boolean", + "description": "Is the software included in the agency's AI use case inventory?" } } }, @@ -400,7 +404,8 @@ "projects", "subsetInHealthcare", "userType", - "maturityModelTier" + "maturityModelTier", + "AIUseCaseInventory" ], "additionalProperties": false -} \ No newline at end of file +}