Skip to content

Commit

Permalink
Update src/doc/contrib/src/implementation/schemas.md
Browse files Browse the repository at this point in the history
Co-authored-by: Weihang Lo <[email protected]>
  • Loading branch information
epage and weihanglo authored Jan 9, 2025
1 parent e323d10 commit 2e1ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/contrib/src/implementation/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Generally,
- Also, we can always switch to always outputting the fields but its harder to stop outputting them
- `#[serde(skip_serializing_if = "Default::default")]` should be applied liberally
- For output, prefer [jsonlines](https://jsonlines.org/) as it allows streaming output and flexibility to mix content (e.g. adding diagnostics to output that didn't prevously have it
- `deny_unknown_fields` should not be used to allow evolution of formats, including feature gating
- `#[serde(deny_unknown_fields)]` should not be used to allow evolution of formats, including feature gating

## Schema Evolution Strategies

Expand Down

0 comments on commit 2e1ed18

Please sign in to comment.