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

In all extension openapi specs, change 'Optional Extension' to 'Extension' #217

Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion fragments/context/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ components:
itemCollection:
type: object
description: |-
**Optional Extension:** Context
**Extension:** Context

Augments lists of resources with the number of returned and matches resource and the given limit for the request.
x-stac-api-fragment: context
Expand Down
4 changes: 2 additions & 2 deletions fragments/fields/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components:
x-stac-api-fragment: fields
in: query
description: |-
**Optional Extension:** Fields
**Extension:** Fields

Determines the shape of the features in the response
required: false
Expand All @@ -25,7 +25,7 @@ components:
type: object
x-stac-api-fragment: fields
description: |-
**Optional Extension:** Fields
**Extension:** Fields

Determines the shape of the features in the response
properties:
Expand Down
2 changes: 1 addition & 1 deletion fragments/filter/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ components:
type: object
x-stac-api-fragment: filter
description: |-
**Optional Extension:** Filter
**Extension:** Filter

A filter for properties in Items.
properties:
Expand Down
4 changes: 2 additions & 2 deletions fragments/query/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components:
x-stac-api-fragment: query
in: query
description: |-
**Optional Extension:** Query
**Extension:** Query

Query for properties in items.
Use the JSON form of the query used in POST.
Expand All @@ -23,7 +23,7 @@ components:
type: object
x-stac-api-fragment: query
description: |-
**Optional Extension:** Query
**Extension:** Query

Allows users to query properties for specific values
properties:
Expand Down
4 changes: 2 additions & 2 deletions fragments/sort/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components:
x-stac-api-fragment: sort
in: query
description: |-
**Optional Extension:** Sort
**Extension:** Sort

An array of property names, prefixed by either "+" for ascending or
"-" for descending. If no prefix is provided, "+" is assumed.
Expand All @@ -26,7 +26,7 @@ components:
type: object
x-stac-api-fragment: sort
description: |-
**Optional Extension:** Sort
**Extension:** Sort

Sort the results.
properties:
Expand Down