StoreListingPlugin

  • availabilityByTier
    Type: object
    required
    • basic
      Type: object
    • developer_free
      Type: object
    • developer_scale
      Type: object
    • free
      Type: object
    • lifetime
      Type: object
    • max
      Type: object
    • pro
      Type: object
    • starter
      Type: object
    • team
      Type: object
  • createdAt
    Type: string
    required
  • data
    Type: object
    required
    • category
      Type: array string[] · StoreListingPluginCategory[]enum
      const:  
      other
      values
      • other
  • id
    Type: string · UUID Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
    required
  • installationCount
    Type: integer
    min:  
    0
    required

    Integer numbers.

  • isHidden
    Type: boolean
    required
  • key
    Type: string
    required
  • kind
    enum
    const:  
    PLUGIN
    required
    values
    • PLUGIN
  • modifiedAt
    Type: string
    required
  • publicId
    Type: string
    min length:  
    8
    max length:  
    8
    required
  • title
    Type: string
    required
  • capabilities
    Type: array string[] · StoreListingCapability[]enum
    values
    • 1_WAY_SYNC
    • 2_WAY_SYNC
    • EXPLORE_CONTENT
    • EDIT_CONTENT
    • SEARCH_AND_ASSISTANT
    • SEARCH
    • Type: string · StoreListingCapabilityenum
      values
      • 1_WAY_SYNC
      • 2_WAY_SYNC
      • EXPLORE_CONTENT
      • EDIT_CONTENT
      • SEARCH_AND_ASSISTANT
      • SEARCH
  • description
    Type: string
  • descriptionFull
    Type: string
  • iconUrl
    Type: string
  • permissions
    Type: array string[] · StoreListingPermission[]enum
    values
    • STORAGE_READ
    • STORAGE_WRITE
    • ASSISTANT_ACCESS
    • Type: string · StoreListingPermissionenum
      values
      • STORAGE_READ
      • STORAGE_WRITE
      • ASSISTANT_ACCESS
  • previewImageMain
    Type: object · StoreListingPreviewImage
    • imageUrl
      Type: string
      required
    • originalUrl
      Type: string
      required
    • storageKey
      Type: string
      required
    • thumbnailUrl
      Type: string
      required
  • previewImages
    Type: array object[] · StoreListingPreviewImage[]
    • imageUrl
      Type: string
      required
    • originalUrl
      Type: string
      required
    • storageKey
      Type: string
      required
    • thumbnailUrl
      Type: string
      required