{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/paytronix/refs/heads/main/json-structure/server-api-locations-reply-structure.json", "name": "LocationsReply", "description": "LocationsReply schema from Paytronix Server API", "type": "object", "properties": { "result": { "type": "string", "example": "success" }, "locations": { "type": "array", "items": { "$ref": "#/components/schemas/Location" } } } }