action flickr_get_person_by_id { label: "getPersonByID" description: "Returns a person" provider: flickr method: GET path: "/rest?method=flickr.people.getInfo" encoding: json input: { type: "object" properties: { api_key: { type: "string" } user_id: { type: "string" } } required: ["api_key"] additionalProperties: false } output: { type: "object" properties: { person: { type: "object" properties: { can_buy_pro: { type: "boolean" } cover: { type: "object" properties: { farm: { type: "string" } id: { type: "string" } isfamily: { type: "boolean" } isfriend: { type: "boolean" } ispublic: { type: "boolean" } owner: { type: "string" } secret: { type: "string" } server: { type: "string" } title: { type: "string" } y: { type: "string" } } } coverphoto: { type: "object" properties: { h: { type: "string" } l: { type: "string" } s: { type: "string" } t: { type: "string" } } } coverphoto_farm: { type: "string" } coverphoto_server: { type: "string" } description: { type: "object" properties: { _content: { type: "string" } } } disable_keyboard_shortcuts: { type: "object" properties: { _content: { type: "string" } } } expire: { type: "boolean" } has_stats: { type: "boolean" } iconfarm: { type: "string" } iconserver: { type: "string" } id: { type: "string" } is_ad_free: { type: "boolean" } ispro: { type: "boolean" } location: { type: "object" properties: { _content: { type: "string" } } } mbox_sha1sum: { type: "object" properties: { _content: { type: "string" } } } mobileurl: { type: "object" properties: { _content: { type: "string" } } } nsid: { type: "string" } path_alias: { type: "string" } photos: { type: "object" properties: { count: { type: "object" properties: { _content: { type: "string" } } } firstdate: { type: "object" properties: { _content: { type: "string" } } } firstdatetaken: { type: "object" properties: { _content: { type: "string" } } } views: { type: "object" properties: { _content: { type: "string" } } } } } photosurl: { type: "object" properties: { _content: { type: "string" } } } profileurl: { type: "object" properties: { _content: { type: "string" } } } realname: { type: "object" properties: { _content: { type: "string" } } } timezone: { type: "object" properties: { label: { type: "string" } offset: { type: "string" } timezone_id: { type: "string" } } } unread_messages: { type: "object" properties: { _content: { type: "string" } } } user_secret: { type: "string" } username: { type: "object" properties: { _content: { type: "string" } } } yintl: { type: "string" } } } stat: { type: "string" } } } }