{
  "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
  "basics": {
    "label": "Hey ho, let's go!",
    "name": "First Last",
    "phone": "+1 555 1234567",
    "profiles": [
      {
        "network": "Snapchat",
        "username": "Foo"
      }
    ],
    "url": "https://vutuv.de/first_last"
  },
  "skills": [
    {
      "name": "bar"
    },
    {
      "name": "baz"
    },
    {
      "name": "foo"
    }
  ]
}