Skip to content

Latest commit

 

History

History
80 lines (74 loc) · 3.98 KB

File metadata and controls

80 lines (74 loc) · 3.98 KB
description Hrflow.ai profile experience JSON object.

Experience JSON

Experience is way to describe the profile's career path, it contains general information like location, date start/end and details information such as description / title.

The Experience Object

{              
      'content_uid': 'content_uid',
      'title': 'Data scientist'
      'company': 'Mathematic Departement',
      'description': 'Experience s description',
      'date_start': {'iso8601': '2018-01-01T00:00:00',
                     'text': '2018-01-01',
                     'timestamp': 1467324000},
      'date_end': {'iso8601': '2018-07-01T00:00:00',
                   'text': '2018-07-01',
                   'timestamp': 1530396000},
      'location': {'geojson': {'category': null,
                               'city': null,
                               'city_district': null,
                               'country': null,
                               'country_region': null,
                               'entrance': null,
                               'house': null,
                               'house_number': null,
                               'island': null,
                               'level': null,
                               'near': null,
                               'po_box': null,
                               'postcode': null,
                               'road': null,
                               'staircase': null,
                               'state': null,
                               'state_district': null,
                               'suburb': null,
                               'unit': null,
                               'world_region': null},
                   'lat': null,
                   'lng': null,
                   'text': null},
      'certifications': [{
            'name': 'certificate exp',
            'value': null
      }],
      'courses': [{
            'name': 'cours exp',
            'value': null
      }],
      'tasks': [{
            'name': 'tache exp',
            'value': null
      }],
      'skills': [{
            'name': 'skill exp',
            'value': null,
            'type' : 'hard'
      }]
}

Attributes

name description
content_uid The experience's content uid
title The experience's title
company The experience's school
description The experience's description
date_start The education's start date as date object
date_end The experience's end date as date object
location The experience's location as location object
certifications A list of experience's Certifications object
courses A list of experience's Courses object
tasks A list of experience's Tasks object
skills A list of experience's Skills object