Skip to content

Commit

Permalink
unified stringPointer for *string
Browse files Browse the repository at this point in the history
Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
  • Loading branch information
Ma Shimiao committed Aug 30, 2016
1 parent 069e8e1 commit 2a98953
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions schema/config-linux.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"type": "object",
"properties": {
"pageSize": {
"type": "string"
"$ref": "defs.json#/definitions/stringPointer"
},
"limit": {
"$ref": "defs.json#/definitions/uint64"
Expand Down Expand Up @@ -270,14 +270,8 @@
}
},
"cgroupsPath": {
"oneOf": [
{
"type": "null"
},
{
"type": "string"
}
]
"id": "https://opencontainers.org/schema/bundle/linux/cgroupsPath",
"$ref": "defs.json#/definitions/stringPointer"
},
"rootfsPropagation": {
"id": "https://opencontainers.org/schema/bundle/linux/rootfsPropagation",
Expand Down

0 comments on commit 2a98953

Please sign in to comment.