Slot: format¶
Format refinement of the field type. Format vocabulary is type-specific (e.g., email, uri, binary, uuid for string; strftime patterns for date/datetime).
URI: fts:format Alias: format
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:format |
native |
fts:format |
LinkML Source¶
```yaml
name: format
description: Format refinement of the field type. Format vocabulary is type-specific
(e.g., `email`, `uri`, `binary`, `uuid` for string; strftime patterns for date/datetime).
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: format
owner: Field
domain_of:
- Field
range: string
</details>