Skip to content

Commit

Permalink
schema: add annotations field from #331
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
  • Loading branch information
vbatts committed Mar 9, 2016
1 parent 842c438 commit 084ff67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@
}
}
},
"annotations": {
"id": "https://opencontainers.org/schema/bundle/linux/sysctl",
"oneOf": [
{
"$ref": "defs.json#/definitions/mapStringString"
},
{
"type": "null"
}
]
},
"hostname": {
"id": "https://opencontainers.org/schema/bundle/hostname",
"type": "string"
Expand Down

0 comments on commit 084ff67

Please sign in to comment.