File tree Expand file tree Collapse file tree 1 file changed +42
-3
lines changed Expand file tree Collapse file tree 1 file changed +42
-3
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
"cappedCPU" : {
20
20
"id" : " https://opencontainers.org/schema/bundle/solaris/cappedCPU" ,
21
- "$ref" : " defs.json#/definitions/mapStringString"
21
+ "type" : " object" ,
22
+ "properties" : {
23
+ "ncpus" : {
24
+ "id" : " https://opencontainers.org/schema/bundle/solaris/cappedCPU/ncpus" ,
25
+ "type" : " string"
26
+ }
27
+ }
22
28
},
23
29
"cappedMemory" : {
24
30
"id" : " https://opencontainers.org/schema/bundle/solaris/cappedMemory" ,
25
- "$ref" : " defs.json#/definitions/mapStringString"
31
+ "type" : " object" ,
32
+ "properties" : {
33
+ "physical" : {
34
+ "id" : " https://opencontainers.org/schema/bundle/solaris/cappedMemory/physical" ,
35
+ "type" : " string"
36
+ },
37
+ "swap" : {
38
+ "id" : " https://opencontainers.org/schema/bundle/solaris/cappedMemory/swap" ,
39
+ "type" : " string"
40
+ }
41
+ }
26
42
},
27
43
"anet" : {
28
44
"id" : " https://opencontainers.org/schema/bundle/solaris/anet" ,
29
45
"type" : " array" ,
30
46
"items" : {
31
- "$ref" : " defs.json#/definitions/mapStringString"
47
+ "type" : " object" ,
48
+ "properties" : {
49
+ "linkname" : {
50
+ "type" : " string"
51
+ },
52
+ "lowerLink" : {
53
+ "type" : " string"
54
+ },
55
+ "allowedAddress" : {
56
+ "type" : " string"
57
+ },
58
+ "configureAllowedAddress" : {
59
+ "type" : " string"
60
+ },
61
+ "defrouter" : {
62
+ "type" : " string"
63
+ },
64
+ "macAddress" : {
65
+ "type" : " string"
66
+ },
67
+ "linkProtection" : {
68
+ "type" : " string"
69
+ }
70
+ }
32
71
}
33
72
}
34
73
}
You can’t perform that action at this time.
0 commit comments