Skip to content

Commit

Permalink
Add undocumented field argument
Browse files Browse the repository at this point in the history
  • Loading branch information
lksnyder0 committed Jun 20, 2024
1 parent 5ec39e0 commit 57439d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Supported keys to describe fields
- normalize: Normalization steps that should be applied at ingestion time. Supported values:
- array: the content of the field should be an array (even when there's only one value).
- beta (optional): Adds a beta marker for the field to the description. The text provided in this attribute is used as content of the beta marker in the documentation. Note that when a whole field set is marked as beta, it is not necessary nor recommended to mark all fields in the field set as beta. Beta notices should not have newlines.
- parameters (optional): An object of arbitrary parameters to include in the field settings.

Supported keys to describe expected values for a field

Expand Down

0 comments on commit 57439d5

Please sign in to comment.