diff --git a/model/examples/ceramicsportal.json b/model/examples/ceramicsportal.json index 9d10cfd..3b6e346 100644 --- a/model/examples/ceramicsportal.json +++ b/model/examples/ceramicsportal.json @@ -1,7 +1,7 @@ { "@context": "https://data.nist.gov/od/dm/nerdm-pub-context.jsonld", "_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.7#", - "_extensionSchemas": [ "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.8#/definitions/DataPublication" ], + "_extensionSchemas": [ "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataPublication" ], "@type": [ "nrdp:Portal", "nrdp:SRD", "nrdp:PublishedDataResource" ], "@id": "ark:/88434/sdp0fjspek352", diff --git a/model/nerdm-pub-schema.json b/model/nerdm-pub-schema.json index cf7e0b0..f8c8a36 100644 --- a/model/nerdm-pub-schema.json +++ b/model/nerdm-pub-schema.json @@ -1,8 +1,8 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "$extensionSchemas": ["https://data.nist.gov/od/dm/enhanced-json-schema/v0.1#"], - "id": "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.8#", - "rev": "wd1", + "id": "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#", + "rev": "wd2", "title": "The NERDm extension metadata for Public Data", "description": "These classes extend the based NERDm schema to different types of published data", "definitions": {