@camunda/element-templates-json-schema-shared
Version:
Shared schema definitions used within element-templates-json-schema
48 lines • 780 B
JSON
{
"appliesTo": {
"examples": [
"bpmn:Task",
"bpmn:ServiceTask",
"bpmn:SequenceFlow",
"bpmn:Process",
"bpmn:StartEvent",
"bpmn:Gateway"
]
},
"properties": {
"examples": [ [
{
"label": "Name",
"type": "String",
"binding": {
"type": "property",
"name": "name"
}
}
] ]
},
"groups": {
"examples": [ [
{
"id": "group-1",
"label": "My Group"
}
] ]
},
"constraints": {
"examples": [
{
"notEmpty": true
}
]
},
"elementType": {
"examples": [
"bpmn:ServiceTask",
"bpmn:UserTask",
"bpmn:StartEvent",
"bpmn:ExclusiveGateway",
"bpmn:ParallelGateway"
]
},
}