DocumentMetadataBlock

  • attributes
    Type: object
    required
    • cover
      required
      • url
        Type: string
        required
      • height
        Type: number | null
      • mime
        Type: string | null
      • width
        Type: number | null
    • dimensions
      Type: object | null
    • document
      Type: object | null
  • caption
    Type: string | null
    required
  • infected
    Type: boolean
    required

    Whether the resource is infected with malware

  • documentPreview
    Type: object
    • html
      Type: string | null
      required
  • keywords
    Type: array string[] | null
  • pdfRender
    Type: object | null
    • storagePath
      Type: string
      required
    • url
      Type: string
      required