Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Update content/docs/specifications/table-schema.md
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Desmet <[email protected]>
  • Loading branch information
roll and peterdesmet authored Mar 28, 2024
1 parent 70b823e commit bcf0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/specifications/table-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ A data consumer `MUST`:

### Types and Formats

`type` and `format` properties are used to give the type of the field (string, number etc) - see below for more detail. If type is not provided a consumer `MUST` utilize the `any` type for the field instead of inferring it from the field's values.
`type` and `format` properties are used to give the type of the field (string, number, etc.) - see below for more detail. If type is not provided a consumer `MUST` utilize the `any` type for the field instead of inferring it from the field's values.

A field's `type` property is a string indicating the type of this field.

Expand Down

0 comments on commit bcf0d5d

Please sign in to comment.