From c4160b4a9ee409b79f8d003dbe0f8977022f56e3 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 26 May 2016 16:31:13 -0700 Subject: [PATCH] schema/schema.json: Update main description The README title is: Open Container Runtime Specification And the config.md title is: Container Configuration file The JSON Schema covering that configuration file should have a description that combines those two titles without introducing new language. Signed-off-by: W. Trevor King --- schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/schema.json b/schema/schema.json index f76786884..ca0b880de 100644 --- a/schema/schema.json +++ b/schema/schema.json @@ -1,5 +1,5 @@ { - "description": "Schema for OpenContainer bundle configuration file", + "description": "Open Container Runtime Specification Container Configuration Schema", "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://opencontainers.org/schema/bundle", "type": "object",