From aac6ef210a4ae9406c05c5b688dc73770d4cde7c Mon Sep 17 00:00:00 2001 From: Rob Hirschfeld Date: Wed, 8 Apr 2015 18:05:20 -0500 Subject: [PATCH] Minor addition for source link in JSON This is needed to help with JSON to RST validation Change-Id: I2ea18a563f2826e25b826cd239cc94cc8140fba0 --- 2015.03.json | 1 + 2015.04.json | 1 + 2015.next.json | 1 + README.rst | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/2015.03.json b/2015.03.json index 6495b19e..ee90d18f 100644 --- a/2015.03.json +++ b/2015.03.json @@ -1,6 +1,7 @@ { "id": "2015.03", "schema": "1.2", + "source": "http://git.openstack.org/cgit/openstack/defcore/", "status": "approved", "replaces": "2014.07", "releases": ["havana", "icehouse"], diff --git a/2015.04.json b/2015.04.json index 0751a8de..000d6dd7 100644 --- a/2015.04.json +++ b/2015.04.json @@ -1,6 +1,7 @@ { "id": "2015.04", "schema": "1.2", + "source": "http://git.openstack.org/cgit/openstack/defcore/", "status": "draft", "replaces": "2015.03", "releases": ["havana", "icehouse", "juno"], diff --git a/2015.next.json b/2015.next.json index 143373e5..eac15f38 100644 --- a/2015.next.json +++ b/2015.next.json @@ -1,6 +1,7 @@ { "id": "2015.next", "schema": "1.2", + "source": "http://git.openstack.org/cgit/openstack/defcore/", "status": "draft", "replaces": "2015.04", "releases": ["havana", "icehouse", "juno"], diff --git a/README.rst b/README.rst index c2b47ae2..8b0820b5 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,8 @@ The JSON files have a specific schema to support .. code-block:: json { "id": "2015.03", # Spec name (date based) - "schema": "1.1", # Schema version + "source": "http://git.openstack.org/cgit/openstack/defcore/", # git repo for files + "schema": "1.2", # Schema version "status": "approved", # can be draft, review or approved "replaces": "2014.07", # previous spec "releases": ["icehouse"], # array of releases, lower case