From a056b4734680e83550f3c11e484af52d57ca2852 Mon Sep 17 00:00:00 2001 From: RayPlante Date: Thu, 28 Mar 2024 17:36:57 -0400 Subject: [PATCH] nerdm-pub-schema.json: decided not to uprev version for non-breaking change --- model/examples/ceramicsportal.json | 2 +- model/nerdm-pub-schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {