The validator output has been updated in v1.x:
Text Output
Text output is largely similar to v0.x, but the summary section is now always included by default. To output only the summary and suppress individual validation messages, use the -s or --summary-only flag.
JSON Output
The JSON structure has changed. The new schema is defined in packages/validator/src/schemas/results-object.yaml.
Unlike v0.x, the v1.x validator now honors the following flags when producing JSON output:
--errors-only--summary-only
Important: When using --json mode, you must only provide a single file argument to ensure the output is a single, valid JSON object.