From b51beea6b5b365194a398800a76e533124978911 Mon Sep 17 00:00:00 2001 From: Melsy Huamani Date: Wed, 18 Mar 2026 18:17:53 -0500 Subject: [PATCH] feat: add quality and compliance checks to library api model --- .../content-types/library-api/schema.json | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/api/library-api/content-types/library-api/schema.json b/src/api/library-api/content-types/library-api/schema.json index 93e293b..7fc165c 100644 --- a/src/api/library-api/content-types/library-api/schema.json +++ b/src/api/library-api/content-types/library-api/schema.json @@ -107,6 +107,26 @@ "type": "boolean", "default": false }, + "devExperienceCheck": { + "type": "boolean", + "default": false + }, + "securityCheck": { + "type": "boolean", + "default": false + }, + "qualityCheck": { + "type": "boolean", + "default": false + }, + "doraCheck": { + "type": "boolean", + "default": false + }, + "openFinanceCheck": { + "type": "boolean", + "default": false + }, "publish": { "type": "enumeration", "enum": [