{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Coordinates",
"title": "Coordinates",
"type": "object",
"properties": {
"latitude": {
"type": "number",
"description": "Latitude of the merchant
Applicable containers: bank,creditCard,loan
",
"format": "double"
},
"longitude": {
"type": "number",
"description": "Longitude of the merchant
Applicable containers: bank,creditCard,loan
",
"format": "double"
}
}
}