Validation behavior
enroll validate uses the vendored schema by default. You may pass a local schema path with --schema. HTTP(S) schemas are blocked unless --allow-remote-schema is explicitly set.
enroll validate ./harvest
enroll validate ./harvest --schema ./state.schema.json
enroll validate ./harvest --schema https://enroll.sh/schema/state.schema.json --allow-remote-schema
enroll validate ./harvest --no-schemaCurrent schema
Open JSONLoading schema…