Skip to content

Commit ed4a71c

Browse files
committed
Update to validate.mdx to reflect addition of Extra field to Diagnostic
1 parent 212cba3 commit ed4a71c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/cli/commands/validate.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,9 @@ The nested objects in `diagnostics` have the following properties:
178178
which may be useful in understanding the source of a diagnostic in a
179179
complex expression. These expression value objects are described below.
180180

181+
- `extra` (object): An optional object that serves as an extension point for additional
182+
machine-readable information about the problem.
183+
181184
### Source Position
182185

183186
A source position object, as used in the `range` property of a diagnostic

0 commit comments

Comments
 (0)