action wordnik_get_top_example { label: "Returns a top example for a word" provider: wordnik method: GET path: "/word.json/{word}/topExample" encoding: json input: { type: "object" properties: { useCanonical: { type: "string" enum: ["false", "true"] } word: { type: "string" } } required: ["word"] additionalProperties: false } output: { type: "object" additionalProperties: true } }