Remove schema submodule, add schema and sample

This commit is contained in:
2021-03-05 23:17:48 +01:00
parent 9b49aff2c4
commit 11ebfed99e
5 changed files with 693 additions and 4 deletions

View File

@@ -6,3 +6,7 @@ stackoverflow theme is based on https://github.com/francescoes/jsonresume-theme-
`$ go build -o jsonresume ./cli`
`$ ./jsonresume -t kendall -r resume-schema/examples/valid/complete.json -o resume.html && cp themes/kendall/*.css .`
# To validate a resume:
`$ npm install ajv-cli@3.3.0`
`$ node ./node_modules/ajv-cli/index.js validate -s schema.json -d sample.resume.json`