diff --git a/content/docs/specifications/table-schema.md b/content/docs/specifications/table-schema.md index e8f9e262..9d023cd9 100644 --- a/content/docs/specifications/table-schema.md +++ b/content/docs/specifications/table-schema.md @@ -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 can be arbitrary i.e. less, equal or more than the number of elements in the `fields` array. +- **false** (default): The number of fields in the data source `MUST` be 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`