From 084ff670284a37dfdbe58b7500e9d6b6798731e3 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 9 Mar 2016 19:21:54 +0000 Subject: [PATCH] schema: add annotations field from #331 Signed-off-by: Vincent Batts --- schema/schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schema/schema.json b/schema/schema.json index c9cf9b1ba..16be027c0 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -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"