Skip to content

Commit faf09de

Browse files
committed
also render the README
1 parent 54f720e commit faf09de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ locations:
129129
- A24:B25
130130
```
131131
132+
We provide a json schema for the data guide, allowing you to check the
133+
validity of guides that you wrote. The schema is available in the
134+
package as
135+
`system.file("extdata", "excelguide_schema.json", package = "excelDataGuide")`.
136+
To check its validity against the schema you can use the [Polyglottal
137+
JSON Schema Validator](https://www.npmjs.com/package/pajv).
138+
132139
## Future work
133140

134141
We want to provide guide and template structures for data types without

0 commit comments

Comments
 (0)