action letmc_get_v2_tier2_short_name_county_counties_county_id { label: "Get a specific county given its unique Object ID (OID)" provider: letmc method: GET path: "/v2/tier2/{shortName}/county/counties/{countyID}" encoding: json input: { type: "object" properties: { countyID: { type: "string" } shortName: { type: "string" } } required: ["countyID", "shortName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }