We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2d8af commit 544b926Copy full SHA for 544b926
README.md
@@ -35,7 +35,7 @@ JSON schema types are described in the `lib/types` folder.
35
## Example
36
37
If we supply `js2e` with the following JSON schema file, `definitions.json`:
38
-``` json
+``` javascript
39
{
40
"$schema": "http://json-schema.org/draft-04/schema#",
41
"title": "Definitions",
@@ -177,7 +177,7 @@ their corresponding JSON decoders and encoders.
177
Furthermore, if we instead supply `js2e` with a directory of JSON schema files
178
that have references across files, e.g.
179
180
181
182
183
"title": "Circle",
0 commit comments