action monarchinitiative_get_ontol_identifier_resource { label: "Fetches a map from CURIEs/IDs to labels" provider: monarchinitiative method: GET path: "/ontol/identifier/" encoding: json input: { type: "object" properties: { label: { type: "array" items: { type: "string" } } } required: ["label"] additionalProperties: false } output: { type: "object" additionalProperties: true } }