Skip to content

Commit

Permalink
fix python unit tests: update test data for update in schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Dec 5, 2023
1 parent 0aa44d2 commit 67b639d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions python/tests/nistoar/pdr/preserv/data/simplesip/_nerdm.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"@context": "https://data.nist.gov/od/dm/nerdm-pub-context.jsonld",
"_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.6#",
"_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.7#",
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/PublishedDataResource"
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/PublishedDataResource"
],
"@type": [
"nrdp:PublishedDataResource"
Expand Down Expand Up @@ -58,7 +58,7 @@
"refType": "IsReferencedBy",
"location": "https://doi.org/10.1364/OE.24.014100",
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/bib/v0.6#/definitions/DCiteDocumentReference"
"https://data.nist.gov/od/dm/nerdm-schema/bib/v0.7#/definitions/DCiteDocumentReference"
]
}
],
Expand All @@ -76,7 +76,7 @@
"dcat:Distribution"
],
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/DataFile"
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
]
},
{
Expand All @@ -89,7 +89,7 @@
"dcat:Distribution"
],
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/DataFile"
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
]
},
{
Expand All @@ -113,7 +113,7 @@
"dcat:Distribution"
],
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/DataFile"
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
]
},
{
Expand All @@ -126,7 +126,7 @@
"dcat:Distribution"
],
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/DataFile"
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
]
},
{
Expand All @@ -139,7 +139,7 @@
"dcat:Distribution"
],
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/DataFile"
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
]
},
{
Expand All @@ -152,7 +152,7 @@
"dcat:Distribution"
],
"_extensionSchemas": [
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.6#/definitions/DataFile"
"https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#/definitions/DataFile"
]
}
],
Expand Down

0 comments on commit 67b639d

Please sign in to comment.