From da958dd69575be7e2087160e2c5e8c62cbfcd0a4 Mon Sep 17 00:00:00 2001 From: Daniel Himmelstein Date: Tue, 7 Aug 2018 16:57:54 -0400 Subject: [PATCH] Specify JSON Schema draft in csl-data.json Cherry-picks first two commits from https://github.com/citation-style-language/schema/pull/153 --- csl-citation.json | 3 ++- csl-data.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/csl-citation.json b/csl-citation.json index 8072b9bc..726c3c15 100644 --- a/csl-citation.json +++ b/csl-citation.json @@ -1,5 +1,6 @@ { - "description": "JSON schema (draft 3) for CSL citation objects", + "description": "JSON schema for CSL citation objects", + "$schema" : "http://json-schema.org/draft-03/schema#", "id": "https://github.com/citation-style-language/schema/raw/master/csl-citation.json", "type": "object", "properties": { diff --git a/csl-data.json b/csl-data.json index 7d6f49a2..fc82a8e4 100644 --- a/csl-data.json +++ b/csl-data.json @@ -1,5 +1,6 @@ { - "description": "JSON schema (draft 3) for CSL input data", + "description": "JSON schema for CSL input data", + "$schema" : "http://json-schema.org/draft-03/schema#", "id": "https://github.com/citation-style-language/schema/raw/master/csl-data.json", "type": "array", "items": {