Skip to content

Commit

Permalink
MODFQMMGR-313 Add a default for entity type columns
Browse files Browse the repository at this point in the history
This will allow us to deal with entity types without columns fairly
easily in mod-fqm-manager, rather than having to constantly check to see
if it's null
  • Loading branch information
mweaver-ebsco committed May 31, 2024
1 parent 4fcddb2 commit ada5492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/swagger.api/schemas/entityType.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"type": "array",
"items": {
"$ref": "entityTypeColumn.json"
}
},
"default": []
},
"defaultSort": {
"type": "array",
Expand Down

0 comments on commit ada5492

Please sign in to comment.