Skip to content

Commit

Permalink
Merge pull request #29 from folio-org/MODFQMMGR-111
Browse files Browse the repository at this point in the history
Add optional groupByFields to entity type definition
  • Loading branch information
bvsharp authored Jan 9, 2024
2 parents dcd13e2 + 23cdc49 commit f998097
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/swagger.api/schemas/entityType.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"idView": {
"description": "View from which the content IDs for this entity type are extracted",
"type": "string"
},
"groupByFields": {
"description": "Ordered list of fields used in the GROUP BY clause for this entity type",
"type": "array",
"items": {
"type": "string"
}
}
},
"required": [
Expand Down

0 comments on commit f998097

Please sign in to comment.