diff --git a/src/api/solver-network/content-types/solver-network/schema.json b/src/api/solver-network/content-types/solver-network/schema.json index c05a9e5..c60f4ae 100644 --- a/src/api/solver-network/content-types/solver-network/schema.json +++ b/src/api/solver-network/content-types/solver-network/schema.json @@ -41,6 +41,11 @@ "type": "relation", "relation": "oneToOne", "target": "api::environment.environment" + }, + "allowListed": { + "type": "boolean", + "default": false, + "required": true } } } diff --git a/src/api/solver/content-types/solver/schema.json b/src/api/solver/content-types/solver/schema.json index 51d571d..0831905 100644 --- a/src/api/solver/content-types/solver/schema.json +++ b/src/api/solver/content-types/solver/schema.json @@ -16,11 +16,6 @@ "type": "string", "required": true }, - "active": { - "type": "boolean", - "default": true, - "required": true - }, "image": { "type": "media", "multiple": false, diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index bdb0735..33c3c05 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2024-12-16T11:10:37.171Z" + "x-generation-date": "2025-01-06T16:25:21.759Z" }, "x-strapi-config": { "path": "/documentation", @@ -242,9 +242,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -1208,6 +1205,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -6651,9 +6651,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -7225,6 +7222,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -14786,9 +14786,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -15821,6 +15818,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -20669,7 +20669,6 @@ "data": { "required": [ "displayName", - "active", "solverId" ], "type": "object", @@ -20677,9 +20676,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "oneOf": [ { @@ -20785,16 +20781,12 @@ "type": "object", "required": [ "displayName", - "active", "solverId" ], "properties": { "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -21457,9 +21449,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -22010,6 +21999,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -22324,9 +22316,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -23149,6 +23138,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -23458,7 +23450,8 @@ "properties": { "data": { "required": [ - "active" + "active", + "allowListed" ], "type": "object", "properties": { @@ -23503,6 +23496,9 @@ } ], "example": "string or id" + }, + "allowListed": { + "type": "boolean" } } } @@ -23557,7 +23553,8 @@ "SolverNetwork": { "type": "object", "required": [ - "active" + "active", + "allowListed" ], "properties": { "solver": { @@ -23575,9 +23572,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -24400,6 +24394,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -24713,6 +24710,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -26837,9 +26837,6 @@ "displayName": { "type": "string" }, - "active": { - "type": "boolean" - }, "image": { "type": "object", "properties": { @@ -27803,6 +27800,9 @@ } } }, + "allowListed": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time"