Skip to content

Instantly share code, notes, and snippets.

@saadullahaleem
Last active December 1, 2018 13:36
Show Gist options
  • Save saadullahaleem/fac819fda431287b04e70efd28231dc5 to your computer and use it in GitHub Desktop.
Save saadullahaleem/fac819fda431287b04e70efd28231dc5 to your computer and use it in GitHub Desktop.
{
"title" : "work experience",
"type" : "object",
"additionalProperties": false,
"properties":{
"data": {"type": "array",
"items": {
"properties" : {
"job_title": {"type": "string"},
"speciality": {"type": "string"},
"company": {"type": "string"},
"address": {"type": "string"},
"date_from": {"type": "string", "format": "date"},
"date_to": {"type": "string", "format": "date"}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment