Skip to content

Commit

Permalink
style: revert to "" instead of ''
Browse files Browse the repository at this point in the history
  • Loading branch information
maxl2287 committed Jul 23, 2024
1 parent 02b16d7 commit dff561d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/API_definitions/location-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ paths:
Verify whether the location of a device is within a requested area. The operation returns a verification result and, optionally, a match rate estimation for the location verification in percent.
operationId: verifyLocation
parameters:
- $ref: '#/components/parameters/x-correlator'
- $ref: "#/components/parameters/x-correlator"
requestBody:
required: true
content:
Expand Down Expand Up @@ -125,7 +125,7 @@ paths:
description: Location verification result
headers:
x-correlator:
$ref: '#/components/headers/x-correlator'
$ref: "#/components/headers/x-correlator"
content:
application/json:
schema:
Expand Down Expand Up @@ -531,11 +531,11 @@ components:
description: Unprocessable Entity
headers:
x-correlator:
$ref: '#/components/headers/x-correlator'
$ref: "#/components/headers/x-correlator"
content:
application/json:
schema:
$ref: '#/components/schemas/ErrorInfo'
$ref: "#/components/schemas/ErrorInfo"
example:
status: 422
code: LOCATION_VERIFICATION.UNABLE_TO_FULFILL_MAX_AGE
Expand Down

0 comments on commit dff561d

Please sign in to comment.