Schema language that compiles to json schema


Keywords
schema, jsonschema, alternative, readable
License
Apache-2.0
Install
pip install skema==3.0.19

Documentation

Person:
  name: string
  surname: number
  interests: [
    type: hobby | passion
    name: string
  ]
  workplace:
    string |
    name: string
    address: string
    code: string