Code Review
/
ccsdk
/
apps.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
68d91652ff63ffb7860d1e2d5ef05088728fbc9a
[ccsdk/apps.git]
/
1
{
2
"version": "1.0.0",
3
"description": "Credential",
4
"properties": {
5
"protocol": {
6
"required": false,
7
"type": "string"
8
},
9
"token_type": {
10
"required": true,
11
"type": "string",
12
"default" : "password"
13
},
14
"token": {
15
"required": false,
16
"type": "string"
17
},
18
"keys": {
19
"required": false,
20
"type": "list",
21
"entry_schema": {
22
"type": "string"
23
}
24
},
25
"user": {
26
"required": false,
27
"type": "string"
28
}
29
},
30
"derived_from": "tosca.datatypes.Root"
31
}