diff --git a/_data/versions.json b/_data/versions.json index d4cd62aa6..58ebdf6ea 100644 --- a/_data/versions.json +++ b/_data/versions.json @@ -8,29 +8,17 @@ "version": "v0.3.10", "date": "2024-06-24", "notes": "v0.3.10 : bug fix in sample values and schema references", - "context": "untp-dfr-context-0.3.10.jsonld", - "schema": "untp-dfr-schema-0.3.10.json" + "context": "0.3.10/", + "schema": "untp-dfr-schema-0.3.10.json", + "instance": "untp-dfr-instance-0.3.10.json" }, { "version": "v0.3.9", "date": "2024-06-24", "notes": "v0.3.9 : change publishing UNRI from test to production domain", - "context": "untp-dfr-context-0.3.9.jsonld", - "schema": "untp-dfr-schema-0.3.9.json" - }, - { - "version": "v0.3.0", - "date": "2024-06-24", - "notes": "v0.3.0 : early release aligned with untp core v0.3.6", - "context": "untp-dfr-context-0.3.0.jsonld", - "schema": "untp-dfr-schema-0.3.0.json" - }, - { - "version": "v0.1.0", - "date": "2024-06-24", - "notes": "v0.1.0 : Initial Draft", - "context": "untp-dfr-context-0.1.0.jsonld", - "schema": "untp-dfr-schema-0.1.0.json" + "context": "0.3.9/", + "schema": "untp-dfr-schema-0.3.9.json", + "instance": "untp-dfr-instance-0.3.9.json" } ] } diff --git a/pages/about.html b/pages/about.html index 19615e755..3c75955a7 100644 --- a/pages/about.html +++ b/pages/about.html @@ -92,7 +92,7 @@
Current JSON-LD Context file is available here:
@@ -113,12 +113,20 @@
Current JSON Schema file is available here:
For all versions checkout the versions page.
+ +Current JSON Schema file is available here:
+ +For all versions checkout the versions page.
diff --git a/pages/versions.html b/pages/versions.html index 8e6c6b7f9..57379f098 100644 --- a/pages/versions.html +++ b/pages/versions.html @@ -18,6 +18,7 @@