DocumentMetadataBlock

  • attributes
    Type: object
    required

    Additional file metadata

    • 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

      Document metadata (e.g. metadata extracted from a PDF or some other similar kind of document)

  • caption
    Type: string | null
    required

    Summary text

  • infected
    Type: boolean
    required

    Whether the resource is infected with malware

  • documentPreview
    Type: object
    • html
      Type: string | null
      required

      HTML content of the document

  • keywords
    Type: array string[] | null

    Keywords

  • pdfRender
    Type: object | null
    • storagePath
      Type: string
      required
    • url
      Type: string
      required