Skip to content

Commit

Permalink
Add optional groupByFields to entity type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Jan 8, 2024
1 parent dcd13e2 commit 23cdc49
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 23cdc49

Please sign in to comment.