Skip to content

Commit bd2d8af

Browse files
Removes redundant info in readme
1 parent 6276ce8 commit bd2d8af

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

-22
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,6 @@ folder which contains an example of a pair of JSON schemas and their
3232
corresponding Elm output. Likewise, representations of each of the different
3333
JSON schema types are described in the `lib/types` folder.
3434

35-
The tool aims to produce `elm-make`-like errors in case something is missing,
36-
misspelled or cannot be resolved in the supplied JSON schema file(s), e.g.
37-
38-
```
39-
--- UNKNOWN NODE TYPE -------------------------------------- all_of_example.json
40-
41-
The value of "type" at '#/allOf/0/properties/description' did not match a known node type
42-
43-
"type": "strink"
44-
^^^^^^^^
45-
46-
Was expecting one of the following types
47-
48-
["null", "boolean", "object", "array", "number", "integer", "string"]
49-
50-
Hint: See the specification section 6.25. "Validation keywords - type"
51-
<http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.25>
52-
```
53-
54-
If you experience an error that looks more like a stack trace than the above,
55-
feel free to open an issue so it can be fixed.
56-
5735
## Example
5836

5937
If we supply `js2e` with the following JSON schema file, `definitions.json`:

0 commit comments

Comments
 (0)