Code Review
/
ccsdk
/
features.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bc8f1d2c2a878e2887bea8a055a6bac4f68f3a70
[ccsdk/features.git]
/
1
{
2
"version": "1.0.0",
3
"description": "This is dt-v4-assigned-ip-list Data Type",
4
"properties": {
5
"v4-ip-type": {
6
"required": true,
7
"type": "string"
8
},
9
"ipv4-gateway-prefix": {
10
"required": true,
11
"type": "string"
12
},
13
"v4-ip-prefix": {
14
"required": true,
15
"type": "string"
16
},
17
"v4-ip-prefix-length": {
18
"required": true,
19
"type": "string"
20
},
21
"v4-ip-source": {
22
"required": true,
23
"type": "string"
24
}
25
},
26
"derived_from": "tosca.datatypes.Root"
27
}