Slot: type¶
Logical type of values in the field. The default if absent is string.
URI: fts:type Alias: type
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:type |
native |
fts:type |
LinkML Source¶
```yaml
name: type
description: Logical type of values in the field. The default if absent is `string`.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: type
owner: Field
domain_of:
- Field
range: FrictionlessType
</details>