Skip to content

Commit 15b4f15

Browse files
committed
update instructions for cue schema checking
1 parent ab2a217 commit 15b4f15

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,11 @@ locations:
9898
- A24:B25
9999
```
100100
101-
We provide a json schema for the data guide, allowing you to check the validity of
101+
We provide a cue schema for the data guide, allowing you to check the validity of
102102
guides that you wrote. The schema is available in the package as
103-
`system.file("extdata", "excelguide_schema.json", package = "excelDataGuide")`. To
104-
check its validity against the schema you can use the [Polyglottal JSON Schema Validator](https://www.npmjs.com/package/pajv). More details can be found in the vignette (to be done, see below).
103+
`system.file("extdata", "excelguide_schema.cue", package = "excelDataGuide")`. To
104+
check its validity against the schema you can use the [CUE](https://cuelang.org/docs/) validator.
105+
More details can be found in the vignette (to be done, see below).
105106

106107
## Future work
107108

0 commit comments

Comments
 (0)