Record

editorial-content

No description available.

record editorial-content {
  aspect: option​<f64>,
  assets: option​<editorial-assets>,
  byline: option​<string>,
  caption: option​<string>,
  categories: option​<list​<editorial-category>>,
  date-taken: option​<string>,
  description: option​<string>,
  id: string,
  keywords: option​<list​<string>>,
  special-instructions: option​<string>,
  title: option​<string>,
}

Fields

NameTypeDescription
aspectoption​<f64>
assetsoption​<editorial-assets>
bylineoption​<string>
captionoption​<string>
categoriesoption​<list​<editorial-category>>
date-takenoption​<string>
descriptionoption​<string>
idstring
keywordsoption​<list​<string>>
special-instructionsoption​<string>
titleoption​<string>