Skip to content

Commit

Permalink
Error in Meta.yaml resolved - #354
Browse files Browse the repository at this point in the history
  • Loading branch information
emmayank committed Oct 26, 2023
1 parent b614a8e commit 4ebe9c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/meta/build/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ components:
type: object
properties:
gps:
$ref: '#/paths/~1return_reasons/post/requestBody/content/application~1json/schema/properties/context/allOf/0/properties/location/allOf/0/properties/gps/allOf/0'
$ref: 'https://raw.githubusercontent.com/beckn/protocol-specifications/master/api/transaction/build/transaction.yaml#/components/schemas/Gps'
radius:
description: Describes a scalar
type: object
Expand All @@ -365,16 +365,16 @@ components:
type: string
pattern: '[+-]?([0-9]*[.])?[0-9]+'
estimated_value:
$ref: '#/paths/~1return_reasons/post/requestBody/content/application~1json/schema/properties/context/allOf/0/properties/location/allOf/0/properties/circle/properties/radius/properties/value'
$ref: 'https://raw.githubusercontent.com/beckn/protocol-specifications/master/api/transaction/build/transaction.yaml#/components/schemas/DecimalValue'
computed_value:
$ref: '#/paths/~1return_reasons/post/requestBody/content/application~1json/schema/properties/context/allOf/0/properties/location/allOf/0/properties/circle/properties/radius/properties/value'
$ref: 'https://raw.githubusercontent.com/beckn/protocol-specifications/master/api/transaction/build/transaction.yaml#/components/schemas/DecimalValue'
range:
type: object
properties:
min:
$ref: '#/paths/~1return_reasons/post/requestBody/content/application~1json/schema/properties/context/allOf/0/properties/location/allOf/0/properties/circle/properties/radius/properties/value'
$ref: 'https://raw.githubusercontent.com/beckn/protocol-specifications/master/api/transaction/build/transaction.yaml#/components/schemas/DecimalValue'
max:
$ref: '#/paths/~1return_reasons/post/requestBody/content/application~1json/schema/properties/context/allOf/0/properties/location/allOf/0/properties/circle/properties/radius/properties/value'
$ref: 'https://raw.githubusercontent.com/beckn/protocol-specifications/master/api/transaction/build/transaction.yaml#/components/schemas/DecimalValue'
unit:
type: string
polygon:
Expand Down

0 comments on commit 4ebe9c2

Please sign in to comment.