action flickr_get_album_by_id { label: "getAlbumByID" description: "Returns a list of photos in an album." provider: flickr method: GET path: "/rest?method=flickr.photosets.getPhotos" encoding: json input: { type: "object" properties: { api_key: { type: "string" } photoset_id: { type: "string" } } required: ["api_key", "photoset_id"] additionalProperties: false } output: { type: "object" properties: { photoset: { type: "array" items: { type: "object" properties: { comments: { type: "object" properties: { _content: { type: "string" } } } dates: { type: "object" properties: { lastupdate: { type: "string" } posted: { type: "string" } taken: { type: "string" } takengranularity: { type: "string" } takenunknown: { type: "boolean" } } } dateuploaded: { type: "string" } description: { type: "object" properties: { _content: { type: "string" } } } editability: { type: "object" properties: { canaddmeta: { type: "boolean" } cancomment: { type: "boolean" } } } farm: { type: "string" } id: { type: "string" } isfavorite: { type: "boolean" } license: { type: "string" } media: { type: "string" } notes: { type: "object" properties: { note: { type: "array" items: { type: "object" properties: { description: { type: "string" } } } } } } originalsecret: { type: "string" } owner: { type: "object" properties: { iconfarm: { type: "string" } iconserver: { type: "string" } is_ad_free: { type: "boolean" } ispro: { type: "boolean" } location: { type: "string" } noindexfollow: { type: "boolean" } nsid: { type: "string" } path_alias: { type: "string" } realname: { type: "string" } username: { type: "string" } } } people: { type: "object" properties: { haspeople: { type: "boolean" } } } permissions: { type: "object" properties: { permaddmeta: { type: "string" } permcomment: { type: "string" } } } publiceditability: { type: "object" properties: { canaddmeta: { type: "boolean" } cancomment: { type: "boolean" } } } rotation: { type: "string" } safe: { type: "boolean" } safety_level: { type: "string" } secret: { type: "string" } server: { type: "string" } tags: { type: "object" properties: { tag: { type: "array" items: { type: "object" properties: { _content: { type: "string" } author: { type: "string" } authorname: { type: "string" } id: { type: "string" } machine_tag: { type: "boolean" } raw: { type: "string" } } } } } } title: { type: "object" properties: { _content: { type: "string" } } } urls: { type: "object" properties: { url: { type: "array" items: { type: "object" properties: { _content: { type: "string" } type: { type: "string" } } } } } } usage: { type: "object" properties: { canblog: { type: "boolean" } candownload: { type: "boolean" } canprint: { type: "boolean" } canshare: { type: "boolean" } } } views: { type: "string" } visibility: { type: "object" properties: { isfamily: { type: "boolean" } isfriend: { type: "boolean" } ispublic: { type: "boolean" } } } } } } } } }