action surrey_get_jurisdictiongeography { label: "get_jurisdictiongeography" description: "Provides the geographical boundaries for all the jurisdictions." provider: surrey method: GET path: "/jurisdictiongeography" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }