action daniweb_get_markdown_emoticons { label: "get_markdown_emoticons" provider: daniweb method: GET path: "/markdown/emoticons" encoding: json output: { type: "object" properties: { data: { type: "array" items: { type: "object" properties: { alt: { type: "string" } emoticon: { type: "string" } image: { type: "string" } } } } } } }