action funtranslations_get_translate_braille_dots { label: "get_translate_braille_dots" description: "Use this to see which dots are enabled for each Braille letters. This is highly educational (to see which dots are enabled) and can potentially drive a non braille display which works on individual dots." provider: funtranslations method: GET path: "/translate/braille/dots" encoding: json input: { type: "object" properties: { text: { type: "string" } } required: ["text"] additionalProperties: false } output: { type: "object" additionalProperties: true } }