mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 03:01:53 +10:00
- implement "Import from JSON Resume" feature
This commit is contained in:
@ -185,7 +185,6 @@
|
||||
"lastName": "Pillai",
|
||||
"phone": "+91 98453 36113",
|
||||
"photograph": "https://i.imgur.com/2dmLSCT.jpg",
|
||||
"profile": "",
|
||||
"subtitle": "Full Stack Web Developer",
|
||||
"website": "amruthpillai.com"
|
||||
},
|
||||
|
||||
@ -11,7 +11,6 @@
|
||||
"city": "",
|
||||
"pincode": ""
|
||||
},
|
||||
"profile": "",
|
||||
"website": "",
|
||||
"email": ""
|
||||
},
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-04/schema#",
|
||||
"additionalProperties": false,
|
||||
"$id": "http://json-schema.org/draft-04/schema#",
|
||||
"definitions": {
|
||||
"iso8601": {
|
||||
"type": "string",
|
||||
@ -9,11 +9,6 @@
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"$schema": {
|
||||
"type": "string",
|
||||
"description": "link to the version of the schema that can validate the resume",
|
||||
"format": "uri"
|
||||
},
|
||||
"basics": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$id": "http://example.com/example.json",
|
||||
"$id": "http://json-schema.org/draft-07/schema",
|
||||
"type": "object",
|
||||
"title": "The root schema",
|
||||
"description": "The root schema comprises the entire JSON document.",
|
||||
|
||||
Reference in New Issue
Block a user