Skip to content

Commit

Permalink
MODFQMMGR-548:Refactor array handling to treat arrays as JSONB
Browse files Browse the repository at this point in the history
  • Loading branch information
kjain110 committed Dec 13, 2024
1 parent 4b293f0 commit e8c676b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/resources/swagger.api/schemas/field.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
"ecsOnly": {
"description": "Indicates if the field is available only in ECS environments",
"type": "boolean"
},
"isJsonbArray": {
"description": "Indicates whether to treat the array field as a JSONB array or a Postgres array for query generation and processing. Defaults to false",
"type": "boolean",
"default": false
}
},
"required": ["name", "dataType"]
Expand Down

0 comments on commit e8c676b

Please sign in to comment.