action surrey_get_jurisdiction { label: "get_jurisdiction" description: "Lists the jurisdictions publishing data through this Open511 API implementation." provider: surrey method: GET path: "/jurisdiction" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }