action monarchinitiative_get_relation_usage_resource { label: "All relations used plus count of associations" provider: monarchinitiative method: GET path: "/relation/usage/" encoding: json input: { type: "object" properties: { evidence: { type: "string" } subject_taxon: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }