ProfileFinder Data Dictionary

and JSON Schema for ProfileFinder

JSON schema for ProfileFinder

  {
    "$schema": "http://json-schema.org/draft-04/schema#",
    "id": "http://jsonschema.net",
    "type": "object",
    "properties": {
      "publications": {
        "id": "http://jsonschema.net/publications",
        "type": "array",
        "items": [Array]
      },
      "awards": {
        "id": "http://jsonschema.net/awards",
        "type": "array",
        "items": [Array]
      },
      "languages": {
        "id": "http://jsonschema.net/languages",
        "type": "array",
        "items": [Array]
      },
      "memberships": {
        "id": "http://jsonschema.net/memberships",
        "type": "array",
        "items": [Object]
      },
      "certifications": {
        "id": "http://jsonschema.net/certifications",
        "type": "array",
        "items": [Array]
      },
      "patents": {
        "id": "http://jsonschema.net/patents",
        "type": "array",
        "items": [Array]
      },
      "experiences": {
        "id": "http://jsonschema.net/experiences",
        "type": "array",
        "items": [Array]
      },
      "educations": {
        "id": "http://jsonschema.net/educations",
        "type": "array",
        "items": [Array]
      },
      "tags": { 
        "id": "http://jsonschema.net/tags", 
        "type": "string" 
      },
      "lastUpdatedDt": {
        "id": "http://jsonschema.net/lastUpdatedDt",
        "type": "string"
      },
      "currentIndustry": {
        "id": "http://jsonschema.net/currentIndustry",
        "type": "string"
      },
      "priorIndustries": {
        "id": "http://jsonschema.net/priorIndustries",
        "type": "array",
        "items": [Array]
      },
      "country": {
        "id": "http://jsonschema.net/country",
        "type": "string"
      },
      "locationId": {
        "id": "http://jsonschema.net/locationId",
        "type": "integer"
      },
      "countryId": {
        "id": "http://jsonschema.net/countryId",
        "type": "integer"
      },
      "firstName": {
        "id": "http://jsonschema.net/firstName",
        "type": "string"
      },
      "lastName": {
        "id": "http://jsonschema.net/lastName",
        "type": "string"
      },
      "uniqueId": {
        "id": "http://jsonschema.net/uniqueId",
        "type": "string"
      },
      "title": {
        "id": "http://jsonschema.net/title",
        "type": "string"
      },
      "location": {
        "id": "http://jsonschema.net/location",
        "type": "string"
      },
      "expertise": {
        "id": "http://jsonschema.net/expertise",
        "type": "string"
      },
      "profileUrl": {
        "id": "http://jsonschema.net/profileUrl",
        "type": "string"
      },
      "pictureUrl": {
        "id": "http://jsonschema.net/pictureUrl",
        "type": "string"
      },
      "summary": {
        "id": "http://jsonschema.net/summary",
        "type": "string"
      },
      "emails": {
        "id": "http://jsonschema.net/emails",
        "type": "string"
      },
      "phoneNumbers": {
        "id": "http://jsonschema.net/phoneNumbers",
        "type": "string"
      },
      "externalProfiles": {
        "id": "http://jsonschema.net/externalProfiles",
        "type": "array",
        "items": [Array]
      }
    }
  }               
          

Sample fields from ProfileFinder data dictionary

FieldType
publicationsarray
publications.titlestring
publications.descriptionstring
publications.referencestring
publications.urlstring
publications.datestring
awardsarray of strings
languagesarray of strings
membershipsarray
memberships.titlestring
memberships.descriptionstring
memberships.referencestring
memberships.urlstring
memberships.namestring
memberships.beginDatestring
memberships.endDatestring
memberships.locationstring
certificationsarray
certifications.titlestring
certifications.descriptionstring
certifications.referencestring
certifications.urlstring
certifications.datestring
certifications.beginDatestring
certifications.endDatestring
patentsarray
patents.titlestring
patents.descriptionstring
patents.referencestring
patents.urlstring
patents.datestring
patents.beginDatestring
patents.endDatestring
experiencesarray
experiences.companystring
experiences.titlestring
experiences.summarystring
experiences.startDatestring
experiences.locationstring
experiences.endDatestring
experiences.companyUrlstring
experiences.company_linkedInUrlstring
experiences.countrystring
experiences.countryIdinteger
experiences.locationIdinteger
experiences.minEmployeeSizestring
experiences.maxEmployeeSizestring
experiences.industrystring
experiences.sequenceNointeger
experiences.companyUuidstring
educationsarray
educations.campusstring
educations.facultystring
educations.majorstring
educations.specializationstring
educations.startDatestring
educations.endDatestring
educations.degreestring
educations.sequenceNointeger
educations.faculty 
educations.universityUrlstring
educations.CampusUuidstring
tagsstring
lastUpdatedDtstring
currentIndustrystring
priorIndustriesarray
countrystring
locationIdinteger
countryIdinteger
firstNamestring
lastNamestring
uniqueIdstring
titlestring
locationstring
expertisestring
pictureUrlstring
summarystring
emailsstring
phoneNumbersstring
externalProfilesarray
externalProfiles.externalProfileTypestring
externalProfiles.externalProfileUrlstring
;
Scroll to Top

Subscribe to our newsletter.