Skip to content

Commit b46c51d

Browse files
authored
Merge pull request #16 from contentauth/test-gh-wf
Test gh wf
2 parents 7a3d806 + a46ed65 commit b46c51d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ The reference documentation is generated from JSON schema files in the `_data` d
1818
- [`/_data/ManifestStore_schema_annotated.json`](./_data/ManifestStore_schema_annotated.json) is a copy of `ManifestStore_schema.json` with comments addressed to the dev team added to description fields. This file is used to generate the [annotated manifest store reference](https://contentauth.github.io/json-manifest-reference/annotated-manifest-reference)
1919
- [`/_data/ManifestStore_schema_edited.json`](./_data/ManifestStore_schema_edited.json) is a temporary copy of `ManifestStore_schema.json` with manual edits to the schema to address some of the issues raised above. These issues _should_ be addressed in the source code and in the schema generation; but until they are, this file is used to generate the reference doc. See below for details.
2020

21+
## GitHub workflow
22+
23+
To trigger the GH action, change `_data/ManifestStore_schema_edited.json`. This will create a PR to update <https://opensource.contentauthenticity.org/docs/manifest/manifest-ref/>.
24+
2125
### Schema manual edits
2226

2327
The schema in `ManifestStore_schema_edited.json` has the following manual edits:

_data/ManifestStore_schema_edited.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"properties": {
1010
"active_manifest": {
11-
"description": "A label for the active (most recent) manifest in the store",
11+
"description": "A label for the active (most recent) manifest in the store.",
1212
"type": [
1313
"string",
1414
"null"

0 commit comments

Comments
 (0)