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 848d8fa..fe21831 100644 --- a/src/api/solver-network/content-types/solver-network/schema.json +++ b/src/api/solver-network/content-types/solver-network/schema.json @@ -49,6 +49,11 @@ "isVouched": { "type": "boolean", "default": false + }, + "isColocated": { + "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 6acb632..5dda4ca 100644 --- a/src/api/solver/content-types/solver/schema.json +++ b/src/api/solver/content-types/solver/schema.json @@ -59,6 +59,16 @@ "type": "boolean", "required": true, "default": false + }, + "isColocated": { + "type": "enumeration", + "enum": [ + "Yes", + "No", + "Partial" + ], + "required": true, + "default": "No" } } } 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 4c2a574..25110c1 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": "2025-01-31T10:25:10.551Z" + "x-generation-date": "2025-02-04T15:47:10.343Z" }, "x-strapi-config": { "path": "/documentation", @@ -1077,6 +1077,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -1220,6 +1228,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -7243,6 +7254,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -7315,6 +7329,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -15645,6 +15667,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -15857,6 +15887,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -20707,7 +20740,8 @@ "displayName", "active", "solverId", - "isServiceFeeEnabled" + "isServiceFeeEnabled", + "isColocated" ], "type": "object", "properties": { @@ -20770,6 +20804,14 @@ }, "isServiceFeeEnabled": { "type": "boolean" + }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] } } } @@ -20827,7 +20869,8 @@ "displayName", "active", "solverId", - "isServiceFeeEnabled" + "isServiceFeeEnabled", + "isColocated" ], "properties": { "displayName": { @@ -21851,6 +21894,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -22063,6 +22114,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -22135,6 +22189,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -23216,6 +23278,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -23288,6 +23353,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -23534,7 +23607,8 @@ "properties": { "data": { "required": [ - "active" + "active", + "isColocated" ], "type": "object", "properties": { @@ -23585,6 +23659,9 @@ }, "isVouched": { "type": "boolean" + }, + "isColocated": { + "type": "boolean" } } } @@ -23639,7 +23716,8 @@ "SolverNetwork": { "type": "object", "required": [ - "active" + "active", + "isColocated" ], "properties": { "solver": { @@ -24488,6 +24566,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -24716,6 +24797,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -24813,6 +24902,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time" @@ -27772,6 +27864,14 @@ "isServiceFeeEnabled": { "type": "boolean" }, + "isColocated": { + "type": "string", + "enum": [ + "Yes", + "No", + "Partial" + ] + }, "createdAt": { "type": "string", "format": "date-time" @@ -27915,6 +28015,9 @@ "isVouched": { "type": "boolean" }, + "isColocated": { + "type": "boolean" + }, "createdAt": { "type": "string", "format": "date-time"