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 <wking@tremily.us>
This commit is contained in:
W. Trevor King 2016-05-26 16:31:13 -07:00
parent 4a1a84096c
commit c4160b4a9e
1 changed files with 1 additions and 1 deletions

View File

@ -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",