action jokes_get_joke_random { label: "get_joke_random" description: "Gets a `Random Joke`. When you are in a hurry this is what you call to get a random famous joke." provider: jokes method: GET path: "/joke/random" encoding: json output: { type: "object" additionalProperties: true } }