Skip to content

Commit

Permalink
Fixed exactFields
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Mar 14, 2024
1 parent 1bf8dd3 commit f04b7ed
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 @@ -111,7 +111,7 @@ The way Table Schema `fields` are mapped onto the data source fields are defined

A Table Schema descriptor `MAY` contain a property `exactFields` that `MUST` be boolean with default value `false`:

- **false** (default): The number of fields in the data source `MUST` be equal or more than the number of elements in the `fields` array.
- **false** (default): The number of fields in the data source can be arbitrary i.e. less, equal or more than the number of elements in the `fields` array.
- **true**: The number of fields in the data source `MUST` be exactly the same as the number of elements in the `fields` array.

### `orderedFields`
Expand Down

0 comments on commit f04b7ed

Please sign in to comment.