Record

sfx

No description available.

record sfx {
  added-date: option​<string>,
  affiliate-url: option​<string>,
  artist: option​<string>,
  assets: option​<sfx-assets>,
  contributor: contributor,
  description: option​<string>,
  duration: option​<f64>,
  id: string,
  keywords: option​<list​<string>>,
  media-type: string,
  releases: option​<list​<string>>,
  title: option​<string>,
  updated-time: option​<string>,
  url: option​<string>,
}

Fields

NameTypeDescription
added-dateoption​<string>
affiliate-urloption​<string>
artistoption​<string>
assetsoption​<sfx-assets>
contributorcontributor
descriptionoption​<string>
durationoption​<f64>
idstring
keywordsoption​<list​<string>>
media-typestring
releasesoption​<list​<string>>
titleoption​<string>
updated-timeoption​<string>
urloption​<string>