action tisane_list_hyponyms { label: "List hyponyms" description: "Lists all hyponyms related to a family. A hyponym is a child concent. E.g. \"truck\" is a hypernym of \"vehicle\"." provider: tisane method: GET path: "/hyponyms" encoding: json input: { type: "object" properties: { "Ocp-Apim-Subscription-Key": { type: "string" } family: { type: "string" } maxLevel: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }