You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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.