Skip to content

Commit 88961af

Browse files
author
Rand McKinney
committed
JSON schema will use edited schema
1 parent 01c5ea8 commit 88961af

File tree

4 files changed

+4
-33
lines changed

4 files changed

+4
-33
lines changed

_data/ManifestStore_schema_edited.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,12 +322,12 @@
322322
}
323323
},
324324
"credentials": {
325-
"description": "A List of verified credentials",
325+
"description": "An array of [W3C Verifiable Credentials](https://verifiablecredentials.dev/). See also the [W3C Recommendation](https://www.w3.org/TR/vc-data-model/). NOTE: This area is under active development and may change. ",
326326
"type": [
327327
"array",
328328
"null"
329329
],
330-
"items": true
330+
"items": "object"
331331
},
332332
"format": {
333333
"description": "The format of the source file as a MIME type.",

json-schema-cai.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ layout: cai
66
---
77

88
```json
9-
{% include_relative _data/ManifestStore_schema.json %}
9+
{% include_relative _data/ManifestStore_schema_edited.json %}
1010
```

json-schema.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ toc: false
66
This is the JSON schema for a Manifest store. For a more readable reference based on this schema, see [Manifest reference](manifest-reference).
77

88
```json
9-
{% include_relative _data/ManifestStore_schema.json %}
9+
{% include_relative _data/ManifestStore_schema_edited.json %}
1010
```

pages/test.md

-29
This file was deleted.

0 commit comments

Comments
 (0)