These files are sample outputs for common commands. They are intended to help agent parsers and tests understand the shape of JSON responses. Field presence may vary depending on Linear data and permissions.
Commands that produce these shapes:
linear-cli i list --output jsonlinear-cli i get LIN-123 --output jsonlinear-cli p list --output jsonlinear-cli t list --output jsonlinear-cli cm list ISSUE_ID --output jsonlinear-cli context --output json
Schema version:
1.0(seedocs/json/schema.json)
Notes:
- Use
--output ndjsonfor streaming lists (one JSON object per line). - Use
--fields,--sort, and--filterto shape outputs. - Use
--schemato print the current schema version. - Errors are returned as a JSON object with
error: true, optionaldetails, andretry_after.