diff --git a/README.md b/README.md index d1de959..3d7b6a5 100644 --- a/README.md +++ b/README.md @@ -179,8 +179,8 @@ An example how to extend the OGRP core schema: ```JSON { - "id": "http://example.org/pvt-input-schema#", - "$schema": "http://json-schema.org/draft-04/schema#", + "$id": "http://example.org/pvt-input-schema#", + "$schema": "http://json-schema.org/draft-07/schema#", "description": "Minimum schema for a PVT application", "type": "object", "properties": { @@ -244,6 +244,6 @@ References RFC 7464, DOI 10.17487/RFC7464, February 2015, * **[json-schema]**: Wright, A., "JSON Schema: A Media Type for Describing JSON Documents", - draft-wright-json-schema-01 (work in progress), October 2016. - + draft-handrews-json-schema-01 (work in progress), March 2018. + diff --git a/draft-00/schema b/draft-00/schema index 840caeb..31812e1 100644 --- a/draft-00/schema +++ b/draft-00/schema @@ -1,6 +1,6 @@ { - "id":"https://fraunhofer-iis.github.io/ogrp/draft-00/schema#", - "$schema":"http://json-schema.org/draft-04/schema#", + "$id":"https://fraunhofer-iis.github.io/ogrp/draft-00/schema#", + "$schema":"http://json-schema.org/draft-07/schema#", "description":"Minimum schema for a PVT application", "type":"object", "properties":{ diff --git a/draft-01/schema b/draft-01/schema index c7718a0..368dbee 100644 --- a/draft-01/schema +++ b/draft-01/schema @@ -1,6 +1,6 @@ { - "id":"https://fraunhofer-iis.github.io/ogrp/draft-01/schema#", - "$schema":"http://json-schema.org/draft-04/schema#", + "$id":"https://fraunhofer-iis.github.io/ogrp/draft-01/schema#", + "$schema":"http://json-schema.org/draft-07/schema#", "description":"Minimum schema for a PVT application", "type":"object", "properties":{