interface Application {
    compatiblePlatformIds: string[];
    id: string;
    inputTemplate: string;
    name: string;
    type: ApplicationType;
}

Properties

compatiblePlatformIds: string[]

List of compatible platform (by IDs) able to run this application.

id: string

Unique ID of the application.

inputTemplate: string

JSON format describing the expected input.

name: string

Name of the application.

Type of the application.