From a1f9b533b109e0aa88260210448fd8319ad48c1c Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 7 Sep 2023 12:07:02 -0400 Subject: [PATCH 1/2] fix usage restriction language --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d03a681..e792897 100644 --- a/index.html +++ b/index.html @@ -201,9 +201,9 @@

JsonSchema

-

- Usage of the jsonSchema property is restricted to - situations where the JsonSchema class instance is the object of the credentialSubject +

+ The jsonSchema property is only to be used + when the JsonSchema class instance is the object of the credentialSubject property within a JsonSchemaCredential instance.

From a60c7e244027925a6120c3975982c45d29d61090 Mon Sep 17 00:00:00 2001 From: Ted Thibodeau Jr Date: Thu, 7 Sep 2023 12:11:07 -0400 Subject: [PATCH 2/2] fix typos in README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f566253..2e432aa 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ and Pull Requests in the GitHub repository, discussions may also occur on the [p ### Test Suite -A [docker](https://www.docker.com/)-based test suite for the specification can [be found here](https://github.com/w3c/vc-json-schema-test-suite). All impelementers are encouraged to add to the test suite. +A [docker](https://www.docker.com/)-based test suite for the specification can [be found here](https://github.com/w3c/vc-json-schema-test-suite). All implementers are encouraged to add to the test suite. ### Building -To build, we use [respec](https://respec.org/). +To build, we use [`respec`](https://respec.org/). -After installing respec, you can bulid the spec locally using the following command: +After installing `respec`, you can build the spec locally using the following command: ```sh respec --localhost index.html out.html --verbose -e @@ -27,4 +27,4 @@ Next open up `out.html` in a web browser and review the document. * [Public group email archive](https://lists.w3.org/Archives/Public/public-credentials/) * [VC Data Model](https://www.w3.org/TR/vc-data-model/) * [JSON Schema](https://json-schema.org/) -* [Test Suite](https://github.com/w3c/vc-json-schema-test-suite) \ No newline at end of file +* [Test Suite](https://github.com/w3c/vc-json-schema-test-suite)