blob: c521792520ba7a5990e6a2d00055ecbaa5830787 (
plain)
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
|
{
"name": "kotlin-script",
"data_type": "string",
"description": "Kotlin script used to read properties.",
"tags": "kotlin-script",
"updatedBy": "Self-fish",
"definition": {
"name": "kotlin-script",
"updated-by": "Selffish",
"tags": "properties-capability-source",
"property": {
"description": "Kotlin script used to read properties.",
"type": "string"
},
"sources": {
"capability": {
"type": "source-capability",
"properties": {
"script-type": "kotlin",
"script-class-reference": "cba.cds.RT.ResolvPropertiesKt",
"instance-dependencies": []
}
}
}
}
}
|