Record

subscription

No description available.

record subscription {
  allotment: option​<allotment>,
  asset-type: option​<string>,
  description: option​<string>,
  expiration-time: option​<string>,
  formats: option​<list​<license-format>>,
  id: string,
  license: option​<string>,
  metadata: option​<subscription-metadata>,
  price-per-download: option​<price>,
}

Fields

NameTypeDescription
allotmentoption​<allotment>
asset-typeoption​<string>
descriptionoption​<string>
expiration-timeoption​<string>
formatsoption​<list​<license-format>>
idstring
licenseoption​<string>
metadataoption​<subscription-metadata>
price-per-downloadoption​<price>