# Slot: maximum _Maximum permissible value (matches `minimum` semantics)._ URI: [fts:maximum](https://specs.frictionlessdata.io/table-schema/maximum) Alias: maximum ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Constraints](Constraints.md) | Validation constraints attached to a field | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) | | Domain Of | [Constraints](Constraints.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ### Slot Characteristics | Property | Value | | --- | --- | | Owner | [Constraints](Constraints.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://specs.frictionlessdata.io/table-schema ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | fts:maximum | | native | fts:maximum | ## LinkML Source
```yaml name: maximum description: Maximum permissible value (matches `minimum` semantics). from_schema: https://specs.frictionlessdata.io/table-schema rank: 1000 alias: maximum owner: Constraints domain_of: - Constraints range: string ```