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