action quicksold_wgs84_to_osgb36_using_get { label: "wgs84ToOsgb36" provider: quicksold method: GET path: "/v1/wgs84ToOsgb36/{latitude}/{longitude}" encoding: json input: { type: "object" properties: { latitude: { type: "string" } longitude: { type: "string" } } required: ["latitude", "longitude"] additionalProperties: false } output: { type: "object" additionalProperties: true } }