action tisane_list_feature_values { label: "List feature values" description: "Lists feature values for a particular category of features. This allows obtaining all the values such as entity types, subtypes, abuse types and tags, and more.\n\nReturns the values as a JSON array of strings." provider: tisane method: GET path: "/values" encoding: json input: { type: "object" properties: { "Ocp-Apim-Subscription-Key": { type: "string" } description: { type: "string" } language: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "string" } } }