action nasa_get_apod { label: "Returns images" description: "Returns the picture of the day" provider: nasa method: GET path: "/apod" encoding: json input: { type: "object" properties: { date: { type: "string" } hd: { type: "boolean" } } additionalProperties: false } output: { type: "array" items: { type: "object" } } }