Skip to content

CIM (Component Integration Metadata)

A CIM file can be used to enable developers to integrate their own component apps into the existing MDK app, or to customize the MDK app with their own branding information.

CIM (Component Integration Metadata) Properties

Property Type Required
ApplicationName string Yes
ComponentVersion string No
IntegrationPoints IntegrationPoint Yes
ProjectName string Yes

ApplicationName

  • type: string

ComponentVersion

Examples: "1", "1.0", "1.0.0", "2.3.4"

  • type: string

IntegrationPoints

  • type: IntegrationPoint[]
  • at least 1 items in the array

All array items must be of the type: IntegrationPoint


ProjectName

  • type: string