action unicourt_get_jurisdiction_geo { label: "Jurisdiction Geo Object for given Jurisdiction Geo Id." description: "Returns the Jurisdiction Geo Object for given Jurisdiction Geo Id.\n" provider: unicourt method: GET path: "/masterData/jurisdictionGeo/{jurisdictionGeoId}" encoding: json output: { type: "object" required: ["city", "country", "county", "courtsForJurisdictionGeoAPI", "createdDate", "fipsCode", "jurisdictionGeoId", "object", "state", "zipCodeArray"] properties: { city: { type: "string" } country: { type: "string" } county: { type: "string" } courtsForJurisdictionGeoAPI: { type: "string" format: "uri" } createdDate: { type: "string" format: "date-time" description: "The date and time when it was first created. This date and time is in UTC. Formatted as YYYY-MM-DD HH:MM:SS." } fipsCode: { type: "string" } jurisdictionGeoId: { type: "string" } object: { type: "string" } state: { type: "string" } zipCodeArray: { type: "array" items: { type: "string" } } } } }