Slot: enum¶
Closed list of allowed values. Treated as an enumeration in target schemas that distinguish that case.
URI: fts:enum Alias: enum
Applicable Classes¶
Name |
Description |
Modifies Slot |
|---|---|---|
Validation constraints attached to a field |
no |
Properties¶
Type and Range¶
Property |
Value |
|---|---|
Range |
|
Domain Of |
Cardinality and Requirements¶
Property |
Value |
|---|---|
Multivalued |
Yes |
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:enum |
native |
fts:enum |
LinkML Source¶
```yaml
name: enum
description: Closed list of allowed values. Treated as an enumeration in target schemas
that distinguish that case.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: enum
owner: Constraints
domain_of:
- Constraints
range: string
multivalued: true
</details>