Skip to content

Commit d0fcd4f

Browse files
committed
minor aesthetic changes to readme
1 parent 49f1a30 commit d0fcd4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ For a json to be file to be valid, every entry in the json must match *one and o
9595

9696
The specification supports polymorphic types: it is possible to specify multiple rules for the same pointer. In this case the file is valid as long as any of the rules is valid.
9797

98-
### type: object
98+
### "type": "object"
9999

100100
The entry must be an object. The object can contain a set of required fields (required), and a set of optional fields. Note that every optional field must provide a default value in the spec. Additionally, it is possible to specify a type-name, in that case the object must contain a field called type with the matching name.
101101

@@ -140,7 +140,7 @@ Optional parameters:
140140

141141
### "type": "list"
142142

143-
The entry must be a list. Optionally, it is possible to restrict the lenght of the list.
143+
The entry must be a list. Optionally, it is possible to restrict the length of the list.
144144

145145
Optional parameters:
146146
* min: minimal size

0 commit comments

Comments
 (0)