Skip to content

Commit

Permalink
Add fromClause and idView fields to entity type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Dec 14, 2023
1 parent 66367a8 commit b4b06a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/main/resources/swagger.api/schemas/columnValueGetter.json

This file was deleted.

8 changes: 8 additions & 0 deletions src/main/resources/swagger.api/schemas/entityType.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
"items": {
"$ref": "entityTypeDefaultSort.json"
}
},
"fromClause": {
"description": "FROM clause containing all src views that need to be joined to query this entity type",
"type": "string"
},
"idView": {
"description": "View from which the content IDs for this entity type are extracted",
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit b4b06a9

Please sign in to comment.