CreateAlgorithmInstanceDto
idstringrequired
Example: 
123e4567-e89b-12d3-a456-426614174000algorithmDefinition object
The definition for the algorithm
titlestringrequired
Title of the algorithm
descriptionstringrequired
Description of the algorithm
keywordsstring[]required
Keywords associated with the algorithm
imagestringrequired
Public image URL of the algorithm
algorithmEventsstring[]required
Algorithm event structure of the algorithm
roleDefinitionsstring[]required
Role definitions for the algorithm
internalEventsstring[]required
Internal event structure of the algorithm
uiTemplatestring[]required
UI template for visualizing internal events
participantsstring[]required
Participants for this algorithm
CreateAlgorithmInstanceDto
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "algorithmDefinition": {
    "title": "string",
    "description": "string",
    "keywords": [
      "string"
    ],
    "image": "string",
    "algorithmEvents": [
      "string"
    ],
    "roleDefinitions": [
      "string"
    ],
    "internalEvents": [
      "string"
    ],
    "uiTemplate": [
      "string"
    ]
  },
  "participants": [
    "string"
  ]
}