Skip to content

JSON-Schema is used here to define and validate our proposed resume json

License

Notifications You must be signed in to change notification settings

jsume/jsume-schema

Repository files navigation

jsume-schema

npm version npm downloads

import {
  schema,
  definitions,
  configSchema,
  dataSchema,
  aboutSchema,
  awardsSchema,
  educationSchema,
  languagesSchema,
  projectsSchema,
  skillsSchema,
  workSchema
} from '@jsume/schema'

You can also import the schemas in json format:

import schema from '@jsume/schema/schema.json'
import configSchema from '@jsume/schema/config.json'
import dataSchema from '@jsume/schema/data.json'
import aboutSchema from '@jsume/schema/data/about.json'
import awardsSchema from '@jsume/schema/data/awards.json'
import educationSchema from '@jsume/schema/data/education.json'
import languagesSchema from '@jsume/schema/data/languages.json'
import projectsSchema from '@jsume/schema/data/projects.json'
import skillsSchema from '@jsume/schema/data/skills.json'
import workSchema from '@jsume/schema/data/work.json'

About

JSON-Schema is used here to define and validate our proposed resume json

Resources

License

Stars

Watchers

Forks

Packages

No packages published