axx schema
Print a JSON Schema, for editors and agents: axx.yaml by default, or with
–kind factory|fixture|prototype the *.factory.yaml, *.fixture.yaml and
*.prototype.yaml files of axx fixtures. Reference them from the files with:
yaml-language-server: $schema=https://axx.nimbusxr.us/schemas/v0/axx.schema.json
Section titled “yaml-language-server: $schema=https://axx.nimbusxr.us/schemas/v0/axx.schema.json”yaml-language-server: $schema=https://axx.nimbusxr.us/schemas/v0/axx-factory.schema.json
Section titled “yaml-language-server: $schema=https://axx.nimbusxr.us/schemas/v0/axx-factory.schema.json”Usage: axx schema [flags]
Flags: -h, --help help for schema --kind string which schema: config (axx.yaml), factory, fixture or prototype (default "config") -o, --out string write to a file instead of stdout
Global Flags: --compact print only what matters (auto-enabled for coding agents) -c, --config string path to axx.yaml (default: search upward from the working directory) --json emit machine-readable JSON (stable envelope) --no-color disable colored output -v, --verbose count increase log verbosity (-v, -vv)