From 270e27dca89b0ea99783c4017cceccad6938ba35 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 7 Oct 2021 10:29:19 -0400 Subject: [PATCH] In all extension openapi specs, change 'Optional Extension' to 'Extension' --- fragments/context/openapi.yaml | 2 +- fragments/fields/openapi.yaml | 4 ++-- fragments/filter/openapi.yaml | 2 +- fragments/query/openapi.yaml | 4 ++-- fragments/sort/openapi.yaml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fragments/context/openapi.yaml b/fragments/context/openapi.yaml index 8745c2d1..c8f8d1fe 100644 --- a/fragments/context/openapi.yaml +++ b/fragments/context/openapi.yaml @@ -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 diff --git a/fragments/fields/openapi.yaml b/fragments/fields/openapi.yaml index 3c3397ef..94c260cb 100644 --- a/fragments/fields/openapi.yaml +++ b/fragments/fields/openapi.yaml @@ -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 @@ -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: diff --git a/fragments/filter/openapi.yaml b/fragments/filter/openapi.yaml index be5fe32e..fc056212 100644 --- a/fragments/filter/openapi.yaml +++ b/fragments/filter/openapi.yaml @@ -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: diff --git a/fragments/query/openapi.yaml b/fragments/query/openapi.yaml index ccdaeabe..933bbf2d 100644 --- a/fragments/query/openapi.yaml +++ b/fragments/query/openapi.yaml @@ -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. @@ -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: diff --git a/fragments/sort/openapi.yaml b/fragments/sort/openapi.yaml index e64a2cb9..3156490a 100644 --- a/fragments/sort/openapi.yaml +++ b/fragments/sort/openapi.yaml @@ -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. @@ -26,7 +26,7 @@ components: type: object x-stac-api-fragment: sort description: |- - **Optional Extension:** Sort + **Extension:** Sort Sort the results. properties: