Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
5584b10ea4df931bc70b302c2eca68fc94d6779f
[ccsdk/apps.git]
/
1
{
\r
2
"version": "1.0.0",
\r
3
"description": "This is Entry point Input Data Type, which is dynamic datatype, The parameter names will be populated during the Design time for each inputs",
\r
4
"properties": {
\r
5
"type": {
\r
6
"required": true,
\r
7
"type": "string"
\r
8
},
\r
9
"description": {
\r
10
"required": false,
\r
11
"type": "string"
\r
12
},
\r
13
"required": {
\r
14
"required": false,
\r
15
"type": "boolean"
\r
16
},
\r
17
"default": {
\r
18
"required": false,
\r
19
"type": "string"
\r
20
},
\r
21
"entry_schema": {
\r
22
"required": false,
\r
23
"type": "string"
\r
24
}
\r
25
},
\r
26
"derived_from": "tosca.datatypes.Root"
\r
27
}