-
Notifications
You must be signed in to change notification settings - Fork 14
/
typedef-python_process.json
43 lines (43 loc) · 1.07 KB
/
typedef-python_process.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"entityDefs" : [
{
"superTypes" : [ "Process" ],
"category" : "ENTITY",
"name" : "python_script",
"description" : "a type definition for python script",
"typeVersion" : "1.0",
"attributeDefs" : [
{
"name" : "configuration_file",
"typeName" : "string",
"isOptional" : true,
"cardinality" : "SINGLE",
"valuesMinCount" : 1,
"valuesMaxCount" : 1,
"isUnique" : false,
"isIndexable" : false
}
,{
"name" : "server",
"typeName" : "server",
"isOptional" : false,
"cardinality" : "SINGLE",
"valuesMinCount" : 1,
"valuesMaxCount" : 1,
"isUnique" : true,
"isIndexable" : true
}
,{
"name" : "run_user",
"typeName" : "string",
"isOptional" : false,
"cardinality" : "SINGLE",
"valuesMinCount" : 1,
"valuesMaxCount" : 1,
"isUnique" : true,
"isIndexable" : true
}
]
}
]
}