Enum: FrictionlessType¶
The Frictionless Table Schema type vocabulary (https://specs.frictionlessdata.io/table-schema/#types-and-formats).
URI: fts:FrictionlessType
Permissible Values¶
Value |
Meaning |
Description |
|---|---|---|
string |
None |
A sequence of characters |
number |
None |
A real (floating-point) number |
integer |
None |
A whole number |
boolean |
None |
A true/false value |
object |
None |
A JSON object (key-value mapping) |
array |
None |
A JSON array |
date |
None |
A calendar date (no time) |
time |
None |
A time of day (no date) |
datetime |
None |
A date and time |
year |
None |
A calendar year (e |
yearmonth |
None |
A calendar year and month (e |
duration |
None |
A duration expressed in ISO 8601 format |
geopoint |
None |
A geographic point (latitude/longitude pair) |
geojson |
None |
A GeoJSON object |
any |
None |
Unconstrained value type; any value is permitted |
Slots¶
Name |
Description |
|---|---|
Logical type of values in the field |
Identifier and Mapping Information¶
Schema Source¶
from schema: https://specs.frictionlessdata.io/table-schema
LinkML Source¶
</details>