Slot: enum¶
URI: frictionless:enum Alias: enum
Applicable Classes¶
Name |
Description |
Modifies Slot |
---|---|---|
no |
Properties¶
Range: String
Multivalued: True
Identifier and Mapping Information¶
Schema Source¶
from schema: https://w3id.org/linkml/frictionless
Mappings¶
Mapping Type |
Mapped Value |
---|---|
self |
frictionless:enum |
native |
frictionless:enum |
close |
linkml:range |
LinkML Source¶
```yaml
name: enum
from_schema: https://w3id.org/linkml/frictionless
close_mappings:
- linkml:range
rank: 1000
alias: enum
domain_of:
- Field
range: string
multivalued: true
</details>