Schema¶
Here is a list of available actions for Table Schema:
check_schema
-- check the descriptor against JSON Schema(s)
Reference¶
dplib.actions.schema.check.check_schema(schema)
¶
Check the validity of a Table Schema descriptor
This validates the descriptor against the JSON Schema profiles to ensure conformity with Data Package standard and Data Package extensions.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
schema |
Union[str, IDict, Schema]
|
The Table Schema descriptor |
required |
Returns:
Type | Description |
---|---|
List[MetadataError]
|
A list of errors |