action tisane_list_inflected_forms { label: "List inflected forms" description: "List inflected forms" provider: tisane method: GET path: "/inflections" encoding: json input: { type: "object" properties: { "Ocp-Apim-Subscription-Key": { type: "string" } family: { type: "string" } language: { type: "string" } lexeme: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { features: { type: "array" items: { type: "object" properties: { index: { type: "number" } value: { type: "string" } } } } isLemma: { type: "boolean" } text: { type: "string" } } } } }