Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update schema of Part 3 field modifiers #430

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading