--- title: "Schema" html_title: "Enroll State Schema" description: "JSON Schema describing the Enroll harvest state.json format." layout: "schema" ---
Schema

Harvest state.json schema

enroll harvest generates a state file. This is its structure.

Tips

You can validate a harvest against the schema by running enroll validate /path/to/harvest .

state.schema.json

Open raw
Loading…
Tip: you can validate a harvest with python -m jsonschema -i state.json schema/state.schema.json