diff --git a/src/main/resources/swagger.api/schemas/columnValueGetter.json b/src/main/resources/swagger.api/schemas/columnValueGetter.json deleted file mode 100644 index 943b005..0000000 --- a/src/main/resources/swagger.api/schemas/columnValueGetter.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "title": "Configuration for fetching data of a column from the underlying datasource", - "description": "Configuration for fetching data of a column from the underlying datasource", - "type": "object", - "properties": { - "type": { - "description": "Type of the data extraction strategy to be applied", - "type": "string", - "enum": ["rmb_jsonb"] - }, - "param": { - "description": "Parameter of the data extraction strategy. Value of this field is specific to the extraction strategy used.", - "type": "string" - } - }, - "required": [ - "content" - ] -} diff --git a/src/main/resources/swagger.api/schemas/entityType.json b/src/main/resources/swagger.api/schemas/entityType.json index 701b6a6..e52166a 100644 --- a/src/main/resources/swagger.api/schemas/entityType.json +++ b/src/main/resources/swagger.api/schemas/entityType.json @@ -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": [