Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Registry server does not create resumes with basics section #75

Open
rvarbanov opened this issue Aug 23, 2015 · 0 comments
Open

Registry server does not create resumes with basics section #75

rvarbanov opened this issue Aug 23, 2015 · 0 comments
Milestone

Comments

@rvarbanov
Copy link

Here is my registry: http://registry.jsonresume.org/rvarbanov
And here is my resume.json: https://github.com/rvarbanov/resume/blob/master/resume.json

For some strange reason, the basics is missing on the registry.

EDID: I found the issue. When I foudn about the site I started with the http://registry.jsonresume.org/ editor and downloaded the json from there. The issue is that the json that you get from the online editor is missing []

E.g. the schema https://jsonresume.org/schema/ is using:

{
  "basics": {
    "name": "John Doe",
    "label": "Programmer",
    "picture": "",
    "email": "[email protected]",
    "phone": "(912) 555-4321",
    "website": "http://johndoe.com",
    "summary": "A summary of John Doe...",
    "location": {
      "address": "2712 Broadway St",
      "postalCode": "CA 94115",
      "city": "San Francisco",
      "countryCode": "US",
      "region": "California"
    },
    "profiles": [{
      "network": "Twitter",
      "username": "john",
      "url": "http://twitter.com/john"
    }]
  },

it should be:

"basics": [{
//code
}],
@chrisdotcode chrisdotcode changed the title Missing basics section on the registry Registry server does not create resumes with basics section Nov 12, 2015
@chrisdotcode chrisdotcode added this to the v1.0.0 milestone Nov 12, 2015
@chrisdotcode chrisdotcode mentioned this issue Nov 12, 2015
2 tasks
@chrisdotcode chrisdotcode changed the title Registry server does not create resumes with basics section Registry server does not create resumes with basics section Nov 12, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants