{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-utm-coordinates-structure.json", "description": "UTMCoordinates schema from Adyen API", "type": "object", "properties": { "UTMZone": { "type": "string", "pattern": "^.+$" }, "UTMEastward": { "type": "string", "pattern": "^.+$" }, "UTMNorthward": { "type": "string", "pattern": "^.+$" } }, "required": [ "UTMZone", "UTMEastward", "UTMNorthward" ], "name": "UTMCoordinates" }