From b94e202dda01e0218ef92ca62e149d598f63c602 Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Thu, 31 Jul 2025 08:40:52 -0700 Subject: [PATCH] Update cms schema.json --- schemas/cms/schema.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +}