Skip to content

Commit

Permalink
Merge pull request #62 from folio-org/MODFQMMGR-382
Browse files Browse the repository at this point in the history
MODFQMMGR-382:Support option to limit columns inherited from an Entit…
  • Loading branch information
kjain110 authored Aug 6, 2024
2 parents aa8764a + f4ec85d commit a313abb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/swagger.api/schemas/entityTypeColumn.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
"description": "Indicates if the field is hidden in UI",
"type": "boolean",
"default": false
},
"essential": {
"description": "Indicates if a column is crucial to the definition of an entity type",
"type": "boolean"
}
},
"required": []
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/swagger.api/schemas/entityTypeSource.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"useIdColumns": {
"description": "Whether to use the idColumns of this source as idColumns for the enclosing entity type",
"type": "boolean"
},
"essentialOnly": {
"description": "Indicates that only critical columns for core functionality should be inherited, excluding non-essential columns",
"type": "boolean"
}
},
"required": [
Expand Down

0 comments on commit a313abb

Please sign in to comment.