You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,11 @@ locations:
98
98
- A24:B25
99
99
```
100
100
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
102
102
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).
0 commit comments