Search Response Schema

Search Response Schema for Combined Name Lookup

{
   "$schema": "http://json-schema.org/schema#",
   "type": "object",
   "properties": {
      "criteria": {
         "type": "string"
      },
      "type": {
         "type": "string"
      },
      "status": {
         "type": "string"
      },
      "sources": {
         "type": "array",
         "items": {
            "type": "object",
            "properties": {
               "name": {
                  "type": "string"
               }
            },
            "required": [
               "name"
            ]
         }
      },
      "data": {
         "type": "array",
         "items": {
            "anyOf": [
               {
                  "type": "array"
               },
               {
                  "type": "object",
                  "properties": {
                     "fb": {
                        "type": "array",
                        "items": {
                           "type": "object",
                           "properties": {
                              "actualMainUrl": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "keyword": {
                                 "type": "string"
                              },
                              "thumbnail_urls": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "type": {
                                 "type": "string"
                              },
                              "profile_id": {
                                 "type": "string"
                              },
                              "image_urls": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "social_network": {
                                 "type": "string"
                              },
                              "album_name": {
                                 "type": "string"
                              },
                              "customrequestid": {
                                 "type": "string"
                              },
                              "fullSizeImageUrl": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "profileUrl": {
                                 "type": "string"
                              },
                              "profileCoverPhotoUrl": {
                                 "type": [
                                    "null",
                                    "string"
                                 ]
                              },
                              "profileCountry": {
                                 "type": "string"
                              },
                              "total_friends_count": {
                                 "type": "integer"
                              },
                              "profileData": {
                                 "type": "object",
                                 "properties": {
                                    "introduction": {
                                       "type": "string"
                                    },
                                    "places_lived": {
                                       "type": "object",
                                       "properties": {
                                          "hometown": {
                                             "type": "string"
                                          },
                                          "current_city": {
                                             "type": "string"
                                          }
                                       },
                                       "required": [
                                          "current_city",
                                          "hometown"
                                       ]
                                    },
                                    "basic_info": {
                                       "type": "object",
                                       "properties": {
                                          "languages": {
                                             "type": "null"
                                          },
                                          "gender": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          }
                                       },
                                       "required": [
                                          "gender",
                                          "languages"
                                       ]
                                    }
                                 },
                                 "required": [
                                    "basic_info",
                                    "introduction",
                                    "places_lived"
                                 ]
                              },
                              "profileCity": {
                                 "type": "string"
                              },
                              "profileImageUrl": {
                                 "type": "string"
                              },
                              "profileName": {
                                 "type": "string"
                              },
                              "profileBirthday": {
                                 "type": "null"
                              },
                              "profileAge": {
                                 "type": "string"
                              },
                              "profile_lives_in": {
                                 "type": "string"
                              },
                              "friendImageUrl": {
                                 "type": "string"
                              },
                              "friendName": {
                                 "type": "string"
                              },
                              "friendProfileId": {
                                 "type": "string"
                              },
                              "friendOf": {
                                 "type": "string"
                              },
                              "profile_from": {
                                 "type": "string"
                              }
                           },
                           "required": [
                              "customrequestid",
                              "keyword",
                              "social_network",
                              "type"
                           ]
                        }
                     },
                     "linkedin": {
                        "type": "array",
                        "items": {
                           "type": "object",
                           "properties": {
                              "keyword": {
                                 "type": "string"
                              },
                              "type": {
                                 "type": "string"
                              },
                              "profile_id": {
                                 "type": "string"
                              },
                              "image_urls": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "social_network": {
                                 "type": "string"
                              },
                              "album_name": {
                                 "type": "string"
                              },
                              "customrequestid": {
                                 "type": "string"
                              },
                              "profileUrl": {
                                 "type": "string"
                              },
                              "profileCountry": {
                                 "type": "string"
                              },
                              "total_friends_count": {
                                 "type": "integer"
                              },
                              "profileData": {
                                 "type": "object",
                                 "properties": {
                                    "Organizations": {
                                       "type": "array"
                                    },
                                    "About": {
                                       "type": [
                                          "null",
                                          "string"
                                       ]
                                    },
                                    "Certifications": {
                                       "type": "array"
                                    },
                                    "Language": {
                                       "type": "array"
                                    },
                                    "Profile Summary": {
                                       "type": "string"
                                    },
                                    "Profile Headline": {
                                       "type": "string"
                                    },
                                    "Experience": {
                                       "type": "array"
                                    },
                                    "Project": {
                                       "type": "array"
                                    },
                                    "Courses": {
                                       "type": "array"
                                    },
                                    "Awards": {
                                       "type": "array"
                                    },
                                    "Volunteer Experience": {
                                       "type": "array"
                                    },
                                    "Test Score": {
                                       "type": "array"
                                    },
                                    "Connections": {
                                       "type": "string"
                                    },
                                    "Skill": {
                                       "type": "array",
                                       "items": {
                                          "type": "string"
                                       }
                                    },
                                    "Education": {
                                       "type": "array"
                                    },
                                    "Causes": {
                                       "type": [
                                          "null",
                                          "string"
                                       ]
                                    }
                                 },
                                 "required": [
                                    "About",
                                    "Awards",
                                    "Causes",
                                    "Certifications",
                                    "Connections",
                                    "Courses",
                                    "Education",
                                    "Experience",
                                    "Language",
                                    "Organizations",
                                    "Profile Headline",
                                    "Profile Summary",
                                    "Project",
                                    "Skill",
                                    "Test Score",
                                    "Volunteer Experience"
                                 ]
                              },
                              "profileCity": {
                                 "type": "string"
                              },
                              "profileImageUrl": {
                                 "type": "string"
                              },
                              "profileName": {
                                 "type": "string"
                              },
                              "profileBirthday": {
                                 "type": "string"
                              },
                              "profileAge": {
                                 "type": "string"
                              },
                              "friendImageUrl": {
                                 "type": "string"
                              },
                              "friendName": {
                                 "type": "string"
                              },
                              "friendProfileId": {
                                 "type": "string"
                              },
                              "friendOf": {
                                 "type": "string"
                              }
                           },
                           "required": [
                              "customrequestid",
                              "keyword",
                              "social_network",
                              "type"
                           ]
                        }
                     },
                     "ok": {
                        "type": "array",
                        "items": {
                           "type": "object",
                           "properties": {
                              "keyword": {
                                 "type": "string"
                              },
                              "type": {
                                 "type": "string"
                              },
                              "profile_id": {
                                 "type": "string"
                              },
                              "image_urls": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "social_network": {
                                 "type": "string"
                              },
                              "album_name": {
                                 "type": "string"
                              },
                              "customrequestid": {
                                 "type": "string"
                              },
                              "profileUrl": {
                                 "type": "string"
                              },
                              "profileCountry": {
                                 "type": "string"
                              },
                              "total_friends_count": {
                                 "type": "integer"
                              },
                              "profileData": {
                                 "type": "object",
                                 "properties": {
                                    "Subscribers": {
                                       "type": "array",
                                       "items": {
                                          "type": "object",
                                          "properties": {
                                             "subscriber_age": {
                                                "type": [
                                                   "null",
                                                   "string"
                                                ]
                                             },
                                             "subscriber_address": {
                                                "type": [
                                                   "null",
                                                   "string"
                                                ]
                                             },
                                             "subscriber_id": {
                                                "type": "string"
                                             },
                                             "subscriber_image_url": {
                                                "type": "string"
                                             },
                                             "subscriber_name": {
                                                "type": "string"
                                             }
                                          },
                                          "required": [
                                             "subscriber_address",
                                             "subscriber_age",
                                             "subscriber_id",
                                             "subscriber_image_url",
                                             "subscriber_name"
                                          ]
                                       }
                                    }
                                 },
                                 "required": [
                                    "Subscribers"
                                 ]
                              },
                              "profileCity": {
                                 "type": "string"
                              },
                              "profileImageUrl": {
                                 "type": "string"
                              },
                              "last_online_status": {
                                 "type": "string"
                              },
                              "profileName": {
                                 "type": "string"
                              },
                              "profileBirthday": {
                                 "type": "string"
                              },
                              "profileAge": {
                                 "type": [
                                    "integer",
                                    "string"
                                 ]
                              },
                              "friendImageUrl": {
                                 "type": "string"
                              },
                              "friendName": {
                                 "type": "string"
                              },
                              "friendProfileId": {
                                 "type": "string"
                              },
                              "friendOf": {
                                 "type": "string"
                              }
                           },
                           "required": [
                              "customrequestid",
                              "keyword",
                              "social_network",
                              "type"
                           ]
                        }
                     },
                     "vk": {
                        "type": "array",
                        "items": {
                           "type": "object",
                           "properties": {
                              "profileUrl": {
                                 "type": "string"
                              },
                              "profileSex": {
                                 "type": "string"
                              },
                              "profileCountry": {
                                 "type": [
                                    "null",
                                    "string"
                                 ]
                              },
                              "keyword": {
                                 "type": "string"
                              },
                              "total_friends_count": {
                                 "type": "integer"
                              },
                              "type": {
                                 "type": "string"
                              },
                              "profile_id": {
                                 "type": "string"
                              },
                              "profileData": {
                                 "type": "object",
                                 "properties": {
                                    "Relationship": {
                                       "type": [
                                          "null",
                                          "string"
                                       ]
                                    },
                                    "Language": {
                                       "type": "array",
                                       "items": {
                                          "type": "object",
                                          "properties": {
                                             "name": {
                                                "type": "string"
                                             }
                                          },
                                          "required": [
                                             "name"
                                          ]
                                       }
                                    },
                                    "Career": {
                                       "type": "array"
                                    },
                                    "Hometown": {
                                       "type": [
                                          "null",
                                          "string"
                                       ]
                                    },
                                    "Contact information": {
                                       "type": "object",
                                       "properties": {
                                          "Website": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Mobile": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Twitter": {
                                             "type": "null"
                                          },
                                          "Current city": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Skype": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          }
                                       },
                                       "required": [
                                          "Current city",
                                          "Mobile",
                                          "Skype",
                                          "Twitter",
                                          "Website"
                                       ]
                                    },
                                    "Education": {
                                       "type": "array",
                                       "items": {
                                          "type": "object",
                                          "properties": {
                                             "date": {
                                                "type": "null"
                                             },
                                             "status": {
                                                "type": "null"
                                             },
                                             "school_name": {
                                                "type": "string"
                                             },
                                             "faculty_name": {
                                                "type": "null"
                                             },
                                             "study_program": {
                                                "type": "null"
                                             }
                                          },
                                          "required": [
                                             "date",
                                             "faculty_name",
                                             "school_name",
                                             "status",
                                             "study_program"
                                          ]
                                       }
                                    },
                                    "Beliefs": {
                                       "type": "object",
                                       "properties": {
                                          "Religion": {
                                             "type": "null"
                                          },
                                          "Inspired by": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Important in others": {
                                             "type": "string"
                                          },
                                          "Personal priority": {
                                             "type": "string"
                                          },
                                          "Views on smoking": {
                                             "type": "string"
                                          }
                                       },
                                       "required": [
                                          "Inspired by",
                                          "Religion"
                                       ]
                                    },
                                    "Personal information": {
                                       "type": "object",
                                       "properties": {
                                          "Status": {
                                             "type": "string"
                                          },
                                          "Activities": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Favorite quotes": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Favorite games": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Favorite books": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Birthday": {
                                             "type": "string"
                                          },
                                          "About me": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          },
                                          "Favorite movies": {
                                             "type": [
                                                "null",
                                                "string"
                                             ]
                                          }
                                       },
                                       "required": [
                                          "About me",
                                          "Activities",
                                          "Birthday",
                                          "Favorite books",
                                          "Favorite games",
                                          "Favorite movies",
                                          "Favorite quotes",
                                          "Status"
                                       ]
                                    },
                                    "Counters": {
                                       "type": "object"
                                    }
                                 },
                                 "required": [
                                    "Beliefs",
                                    "Career",
                                    "Contact information",
                                    "Counters",
                                    "Education",
                                    "Hometown",
                                    "Language",
                                    "Personal information",
                                    "Relationship"
                                 ]
                              },
                              "profileCity": {
                                 "type": [
                                    "null",
                                    "string"
                                 ]
                              },
                              "profileImageUrl": {
                                 "type": "string"
                              },
                              "social_network": {
                                 "type": "string"
                              },
                              "last_online_status": {
                                 "type": "string"
                              },
                              "profileEducation": {
                                 "type": [
                                    "null",
                                    "string"
                                 ]
                              },
                              "profileName": {
                                 "type": "string"
                              },
                              "profileBirthday": {
                                 "type": "string"
                              },
                              "customrequestid": {
                                 "type": "string"
                              },
                              "profileAge": {
                                 "type": "null"
                              },
                              "image_urls": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "album_name": {
                                 "type": "string"
                              },
                              "friendImageUrl": {
                                 "type": "string"
                              },
                              "friendName": {
                                 "type": "string"
                              },
                              "friendProfileId": {
                                 "type": "string"
                              },
                              "friendOf": {
                                 "type": "string"
                              }
                           },
                           "required": [
                              "customrequestid",
                              "keyword",
                              "social_network",
                              "type"
                           ]
                        }
                     },
                     "pluto": {
                        "type": "array",
                        "items": {
                           "type": "object"
                        }
                     },
                     "instagram": {
                        "type": "array",
                        "items": {
                           "type": "object",
                           "properties": {
                              "friendImageUrl": {
                                 "type": "string"
                              },
                              "relationship": {
                                 "type": "string"
                              },
                              "keyword": {
                                 "type": "string"
                              },
                              "type": {
                                 "type": "string"
                              },
                              "social_network": {
                                 "type": "string"
                              },
                              "friendName": {
                                 "type": "string"
                              },
                              "friendProfileId": {
                                 "type": "string"
                              },
                              "friendOf": {
                                 "type": "string"
                              },
                              "customrequestid": {
                                 "type": "string"
                              },
                              "profileUrl": {
                                 "type": "string"
                              },
                              "profileCountry": {
                                 "type": "string"
                              },
                              "total_friends_count": {
                                 "type": "integer"
                              },
                              "profile_id": {
                                 "type": "string"
                              },
                              "profileData": {
                                 "type": "object",
                                 "properties": {
                                    "biography": {
                                       "type": "string"
                                    }
                                 },
                                 "required": [
                                    "biography"
                                 ]
                              },
                              "profileCity": {
                                 "type": "string"
                              },
                              "profileImageUrl": {
                                 "type": "string"
                              },
                              "profileEducation": {
                                 "type": "string"
                              },
                              "profileName": {
                                 "type": "string"
                              },
                              "profileWork": {
                                 "type": "string"
                              },
                              "profileAge": {
                                 "type": "string"
                              },
                              "actualMainUrl": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "thumbnail_urls": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "image_urls": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              },
                              "album_name": {
                                 "type": "string"
                              },
                              "fullSizeImageUrl": {
                                 "type": "array",
                                 "items": {
                                    "type": "string"
                                 }
                              }
                           },
                           "required": [
                              "customrequestid",
                              "keyword",
                              "social_network",
                              "type"
                           ]
                        }
                     },
                     "twitter": {
                        "type": "array",
                        "items": {
                           "type": "object",
                           "properties": {
                              "keyword": {
                                 "type": "string"
                              },
                              "type": {
                                 "type": "string"
                              },
                              "customrequestid": {
                                 "type": "string"
                              },
                              "social_network": {
                                 "type": "string"
                              },
                              "profile_id": {
                                 "type": "string"
                              },
                              "profileImageURL": {
                                 "type": "string"
                              },
                              "profileName": {
                                 "type": "string"
                              },
                              "profileUrl": {
                                 "type": "string"
                              },
                              "profileCoverPhotoUrl": {
                                 "type": "string"
                              },
                              "profileAge": {
                                 "type": "string"
                              },
                              "profileBirthday": {
                                 "type": "string"
                              },
                              "profileCity": {
                                 "type": "string"
                              },
                              "profileCountry": {
                                 "type": "string"
                              },
                              "profileWork": {
                                 "type": "string"
                              },
                              "profileEducation": {
                                 "type": "string"
                              },
                              "total_friends_count": {
                                 "type": "integer"
                              },
                              "profileData": {
                                 "type": "object",
                                 "properties": {
                                    "followers_count": {
                                       "type": "integer"
                                    },
                                    "following_count": {
                                       "type": "integer"
                                    },
                                    "listed_count": {
                                       "type": "integer"
                                    },
                                    "favorites_count": {
                                       "type": "integer"
                                    },
                                    "statuses_count": {
                                       "type": "integer"
                                    },
                                    "profile_description": {
                                       "type": "string"
                                    },
                                    "profile_created_at": {
                                       "type": "string"
                                    },
                                    "Likes": {
                                       "type": "array",
                                       "items": {
                                          "type": "object",
                                          "properties": {
                                             "Liked Name": {
                                                "type": "string"
                                             },
                                             "Liked Userid": {
                                                "type": "string"
                                             },
                                             "Liked Text": {
                                                "type": "string"
                                             },
                                             "Liked Timestamp": {
                                                "type": "string"
                                             }
                                          },
                                          "required": [
                                             "Liked Name",
                                             "Liked Text",
                                             "Liked Timestamp",
                                             "Liked Userid"
                                          ]
                                       }
                                    },
                                    "Lists": {
                                       "type": "array",
                                       "items": {
                                          "type": "object",
                                          "properties": {
                                             "List Name": {
                                                "type": "string"
                                             },
                                             "List Url": {
                                                "type": "string"
                                             }
                                          },
                                          "required": [
                                             "List Name",
                                             "List Url"
                                          ]
                                       }
                                    }
                                 },
                                 "required": [
                                    "Likes",
                                    "Lists",
                                    "favorites_count",
                                    "followers_count",
                                    "following_count",
                                    "listed_count",
                                    "profile_created_at",
                                    "profile_description",
                                    "statuses_count"
                                 ]
                              }
                           },
                           "required": [
                              "customrequestid",
                              "keyword",
                              "profileAge",
                              "profileBirthday",
                              "profileCity",
                              "profileCountry",
                              "profileCoverPhotoUrl",
                              "profileData",
                              "profileEducation",
                              "profileImageURL",
                              "profileName",
                              "profileUrl",
                              "profileWork",
                              "profile_id",
                              "social_network",
                              "total_friends_count",
                              "type"
                           ]
                        }
                     }
                  }
               }
            ]
         }
      }
   },
   "required": [
      "criteria",
      "data",
      "sources",
      "status",
      "type"
   ]
}

Last updated