diff --git a/code/API_definitions/location-retrieval.yaml b/code/API_definitions/location-retrieval.yaml index a1e09e1..495c7ff 100644 --- a/code/API_definitions/location-retrieval.yaml +++ b/code/API_definitions/location-retrieval.yaml @@ -87,7 +87,7 @@ info: # Further info and support (FAQs will be added in a later version of the documentation) - version: 0.3.0 + version: wip license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html @@ -519,8 +519,8 @@ components: $ref: '#/components/schemas/ErrorInfo' examples: LOCATION_RETRIEVAL_422_UNABLE_TO_FULFILL_MAX_AGE: - summary: Unable to provide expected frehsness - description: Unable to provide expected frehsness for location retrieval request + summary: Unable to provide expected freshness + description: Unable to provide expected freshness for location retrieval request value: status: 422 code: LOCATION_RETRIEVAL.UNABLE_TO_FULFILL_MAX_AGE @@ -552,7 +552,7 @@ components: value: status: 422 code: UNSUPPORTED_DEVICE_IDENTIFIERS - message: "Supported device supported are: ..." + message: "Supported device identifiers are: ..." GENERIC_422_UNIDENTIFIABLE_DEVICE: summary: No identifier provided description: No device identifier provided for the device to be located diff --git a/code/API_definitions/location-verification.yaml b/code/API_definitions/location-verification.yaml index f988198..28c50ed 100644 --- a/code/API_definitions/location-verification.yaml +++ b/code/API_definitions/location-verification.yaml @@ -80,7 +80,7 @@ info: # Further info and support (FAQs will be added in a later version of the documentation) - version: 1.0.0 + version: wip license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html @@ -600,7 +600,7 @@ components: value: status: 422 code: UNSUPPORTED_DEVICE_IDENTIFIERS - message: "Supported device supported are: ..." + message: "Supported device identifiers are: ..." GENERIC_422_UNIDENTIFIABLE_DEVICE: summary: No identifier provided description: No device identifier provided for the device to be located