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": {