description |
---|
Hrflow.ai profile education JSON object. |
Education is way to describe the profile's academic background, it contains general information like location, date start/end and details information such as description / title.
{
'content_uid': 'content_uid',
'title': 'Mathematicien',
'school': 'University',
'description': 'Education description',
'date_start': {
'iso8601': '2016-01-01T00:00:00',
'text': '2016-01-01',
'timestamp': 1451602800},
'date_end': {
'iso8601': '2018-01-01T00:00:00',
'text': '2018-01-01',
'timestamp': 1514761200},
'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 edu',
'value': null
}],
'courses': [{
'name': 'cours edu',
'value': null
}],
'tasks': [{
'name': 'tache edu',
'value': null
}]
}
name | description |
---|---|
content_uid | The education's content uid |
title | The education's title |
school | The education's school |
description | The education's description |
date_start | The education's start date as date object |
date_end | The education's end date as date object |
location | The education's location as location object |
certifications | A list of education's Certifications object |
courses | A list of education's Courses object |
tasks | A list of education's Tasks object |
skills | A list of education's Skills object |