action jokes_get_joke_list { label: "get_joke_list" description: "Get the list of jokes in your private collection." provider: jokes method: GET path: "/joke/list" encoding: json input: { type: "object" properties: { start: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }