Skip to content

Commit

Permalink
feat: remove active flag from Solver model
Browse files Browse the repository at this point in the history
SolverNetwork model has an active flag that should be the only one
  • Loading branch information
alfetopito committed Jan 6, 2025
1 parent 6114f7c commit c2c79e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 35 deletions.
5 changes: 0 additions & 5 deletions src/api/solver/content-types/solver/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"type": "string",
"required": true
},
"active": {
"type": "boolean",
"default": true,
"required": true
},
"image": {
"type": "media",
"multiple": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2025-01-06T16:20:28.828Z"
"x-generation-date": "2025-01-06T16:25:21.759Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down Expand Up @@ -242,9 +242,6 @@
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -6654,9 +6651,6 @@
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -14792,9 +14786,6 @@
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -20678,17 +20669,13 @@
"data": {
"required": [
"displayName",
"active",
"solverId"
],
"type": "object",
"properties": {
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"oneOf": [
{
Expand Down Expand Up @@ -20794,16 +20781,12 @@
"type": "object",
"required": [
"displayName",
"active",
"solverId"
],
"properties": {
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -21466,9 +21449,6 @@
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -22336,9 +22316,6 @@
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -23595,9 +23572,6 @@
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -26863,9 +26837,6 @@
"displayName": {
"type": "string"
},
"active": {
"type": "boolean"
},
"image": {
"type": "object",
"properties": {
Expand Down

0 comments on commit c2c79e2

Please sign in to comment.