Skip to content

Commit

Permalink
Merge pull request #430 from fmigneault/patch-7
Browse files Browse the repository at this point in the history
update schema of Part 3 field modifiers
  • Loading branch information
bpross-52n authored Nov 25, 2024
2 parents 17f566d + d272443 commit d5258f4
Showing 1 changed file with 38 additions and 15 deletions.
53 changes: 38 additions & 15 deletions openapi/schemas/processes-workflows/fieldsModifiers.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,39 @@
type: object
properties:
filter:
type: object
properties:
filter:
oneOf:
- type: string
- $comment: Update with https://github.com/opengeospatial/ogcapi-features/blob/master/cql2/standard/schema/cql2.json if needed.
description: Basic CQL2-JSON definition
type: array
items:
type: object
required:
- op
- args
properties:
op:
type: string
args:
type: {}
filter-lang:
type: string
examples:
- cql2-text
- cql2-json
- fes
filter-crs:
type: string
format: uri-reference
properties:
oneOf:
- type: object
additionalProperties:
type: string
- type: array
items:
type: string
sortBy:
type: array
items:
type: string
properties:
oneOf:
- type: object
additionalProperties:
type: string
- type: array
items:
type: string
sortBy:
type: array
items:
type: string

0 comments on commit d5258f4

Please sign in to comment.