Interface LicenseRecord

A LicenseRecord describes the terms under which a data asset may be used and MUST contain a reference to the corresponding TitleRecord.

Learn more about LicenseRecords →

Hierarchy

  • LicenseRecord

Properties

description?: string

A human-readable description of the license.

expiry?: Date

The date when the license expires.

id: string

This record's unique identifier.

terms: string

The legal terms for the license.

The TitleRecord associated with this license.

uses: LicenseUse[]

A list of LicenseUse instances describing how an asset can be used.