GetAssetResp

  • createdAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • id
    Type: string
    required
  • key
    Type: string
    required
  • name
    Type: string
    required
  • status
    Type: stringenum
    required
    values
    • Draft
    • Active
    • Deprecated
  • type
    Type: stringenum
    required
    values
    • html
    • image
    • pdf
    • style
    • markdown
    • text
    • json
    • partial
  • updatedAt
    Type: stringFormat: date-time
    required

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • version
    Type: string
    required
  • description
    Type: string
  • labels
    Type: object
    • propertyName
      Type: string
  • spec
    Type: object ยท AssetSpec
    • type
      Type: stringenum
      required

      Asset content type

      values
      • html
      • image
      • pdf
      • style
      • markdown
      • text
      • json
      • partial
    • content
      Type: string

      Inline text content for text-based assets (html, style, markdown, text, json, partial)

    • fileId
      Type: string

      File ID for binary assets (image, pdf)

    • htmlConfig
      Type: object

      Configuration for HTML assets