Skip to content

Commit

Permalink
Merge pull request #76 from folio-org/MODFQMMGR-548
Browse files Browse the repository at this point in the history
MODFQMMGR-548:Refactor array handling to treat arrays as JSONB
  • Loading branch information
kjain110 authored Dec 13, 2024
2 parents 4b293f0 + e8c676b commit 8db5399
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 8db5399

Please sign in to comment.