Slot: constraints¶
Validation constraints on field values.
URI: fts:constraints Alias: constraints
Applicable Classes¶
Name |
Description |
Modifies Slot |
|---|---|---|
Descriptor for a single column of the tabular resource |
no |
Properties¶
Type and Range¶
Property |
Value |
|---|---|
Range |
|
Domain Of |
Cardinality and Requirements¶
Property |
Value |
|---|
Slot Characteristics¶
Property |
Value |
|---|---|
Owner |
Identifier and Mapping Information¶
Schema Source¶
from schema: https://specs.frictionlessdata.io/table-schema
Mappings¶
Mapping Type |
Mapped Value |
|---|---|
self |
fts:constraints |
native |
fts:constraints |
LinkML Source¶
```yaml
name: constraints
description: Validation constraints on field values.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: constraints
owner: Field
domain_of:
- Field
range: Constraints
inlined: true
</details>