Skip to content

Commit

Permalink
Merge pull request #217 from philvarner/change-optional-extension-to-…
Browse files Browse the repository at this point in the history
…extension

In all extension openapi specs, change 'Optional Extension' to 'Extension'
  • Loading branch information
philvarner committed Oct 7, 2021
2 parents f7b895f + 270e27d commit 5c4ede8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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

0 comments on commit 5c4ede8

Please sign in to comment.