Skip to main content
Version: v0.19.0

DatasetConfig

typestringrequired

Type of the dataset configuration

Possible values: [versioned, collection]

validateExtraPropsstring

Whether to validate extraProps for unknown prefixes and unresolvable keys. Defaults to 'error'.

Possible values: [error, warn, ignore]

Default value: error
DatasetConfig
{
"type": "versioned",
"validateExtraProps": "error"
}