Skip to main content

Schema

info

Available since v0.5.0

View Schema

You can view the JSON Schema used for validation in different formats:

Show schema information summary:

cvwonder validate show-schema --info

Output:

Schema: http://json-schema.org/draft-07/schema#
Title: CV Wonder Schema
Description: Schema for CV Wonder YAML files
Type: object

Required Fields: [person]

Properties (10):
- person (required)
Type: object
Description: Personal information (required)
- career
Type: array
Description: Career history
[...]

Show raw JSON schema:

cvwonder validate show-schema

Show pretty-printed JSON schema:

cvwonder validate show-schema --pretty

Using aliases:

cvwonder validate schema --info
cvwonder validate show --info