Skip to content

Commit

Permalink
add filter-lang and filter-crs for Part 3 field modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Jul 20, 2024
1 parent b5105df commit d272443
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 d272443

Please sign in to comment.