Skip to content

ForeignKey

Defined in: core/schema/ForeignKey.ts:5

Foreign key definition for Table Schema Based on the specification at https://datapackage.org/standard/table-schema/#foreign-keys

fields: string[]

Defined in: core/schema/ForeignKey.ts:9

Source field(s) in this schema


reference: object

Defined in: core/schema/ForeignKey.ts:14

Reference to fields in another resource

fields: string[]

Target field(s) in the referenced resource

optional resource: string

Target resource name (optional)