Skip to content

Commit

Permalink
re
Browse files Browse the repository at this point in the history
  • Loading branch information
kjain110 committed Dec 16, 2024
1 parent 8836d53 commit 6fe6fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
,errors,error,parameters,parameter,resultsetPage,
,entityType,field,entityTypeColumn,entityTypeRelation,entityTypeDefaultSort,sourceColumn,entityTypeSource,entityTypeSourceJoin,
,entityDataType,arrayType,dateType,objectType,enumType,booleanType,integerType,openUUIDType,stringType,numberType,rangedUUIDType,stringUUIDType,
,nestedObjectProperty,valueWithLabel,valueSourceApi,columnValues,columnValueGetter
,nestedObjectProperty,valueWithLabel,valueSourceApi,columnValues,columnValueGetter,jsonbArrayType
,queryDetails,queryIdentifier,
,submitQuery,contentsRequest,fqmMigrateRequest,fqmMigrateResponse,fqmMigrateWarning
</modelsToGenerate>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/swagger.api/queryTool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@ components:
$ref: schemas/entityDataType.json#/NestedObjectProperty
arrayType:
$ref: schemas/entityDataType.json#/ArrayType
jsonbArrayType:
$ref: schemas/entityDataType.json#/ArrayType
entityTypeDefaultSort:
$ref: schemas/entityTypeDefaultSort.json
errors:
Expand Down

0 comments on commit 6fe6fc3

Please sign in to comment.