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 ae3f012
Showing 1 changed file with 4 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

0 comments on commit ae3f012

Please sign in to comment.