Skip to content

Commit

Permalink
MODFQMMGR-382:Support option to limit columns inherited from an Entit…
Browse files Browse the repository at this point in the history
…yTypeSource
  • Loading branch information
kjain110 committed Aug 6, 2024
1 parent aa8764a commit f4ec85d
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 f4ec85d

Please sign in to comment.