Slot: minimum¶
Minimum permissible value for numeric, date, datetime, time, year, and yearmonth types. The literal type matches the field’s type.
URI: fts:minimum Alias: minimum
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 |
|---|
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:minimum |
native |
fts:minimum |
LinkML Source¶
```yaml
name: minimum
description: Minimum permissible value for numeric, date, datetime, time, year, and
yearmonth types. The literal type matches the field's type.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: minimum
owner: Constraints
domain_of:
- Constraints
range: string
</details>