Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions schemas/cms/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
}
}
},
Expand Down Expand Up @@ -400,7 +404,8 @@
"projects",
"subsetInHealthcare",
"userType",
"maturityModelTier"
"maturityModelTier",
"AIUseCaseInventory"
],
"additionalProperties": false
}
}
Loading