action mcw_get_maps_using_get_1 { label: "Return a standardUnit for an ontology if it exists" provider: mcw method: GET path: "/lookup/standardUnit/{accId}" encoding: json input: { type: "object" properties: { accId: { type: "string" } } required: ["accId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }