Slot: foreignKeys¶
Foreign key constraints linking fields in this resource to fields in another resource.
URI: fts:foreignKeys Alias: foreignKeys
Applicable Classes¶
Name |
Description |
Modifies Slot |
|---|---|---|
A Frictionless Table Schema document — the column descriptors for a single ta… |
no |
Properties¶
Type and Range¶
Property |
Value |
|---|---|
Range |
|
Domain Of |
Cardinality and Requirements¶
Property |
Value |
|---|---|
Multivalued |
Yes |
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:foreignKeys |
native |
fts:foreignKeys |
LinkML Source¶
```yaml
name: foreignKeys
description: Foreign key constraints linking fields in this resource to fields in
another resource.
from_schema: https://specs.frictionlessdata.io/table-schema
rank: 1000
alias: foreignKeys
owner: TableSchema
domain_of:
- TableSchema
range: ForeignKey
multivalued: true
inlined: true
inlined_as_list: true
</details>