Skip to content

Commit

Permalink
config-schema: Optimize code
Browse files Browse the repository at this point in the history
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
  • Loading branch information
zhouhao committed Jul 11, 2017
1 parent 5723c6c commit ec99788
Showing 1 changed file with 5 additions and 20 deletions.
25 changes: 5 additions & 20 deletions schema/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,38 +125,23 @@
"properties": {
"bounding": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/bounding",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"permitted": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/permitted",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"effective": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/effective",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"inheritable": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/inheritable",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
},
"ambient": {
"id": "https://opencontainers.org/schema/bundle/process/linux/capabilities/ambient",
"type": "array",
"items": {
"type": "string"
}
"$ref": "defs.json#/definitions/ArrayOfStrings"
}
}
},
Expand Down

0 comments on commit ec99788

Please sign in to comment.