Skip to content

Commit

Permalink
minor aesthetic changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mtao committed Jan 9, 2024
1 parent 49f1a30 commit d0fcd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ For a json to be file to be valid, every entry in the json must match *one and o

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.

### type: object
### "type": "object"

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.

Expand Down Expand Up @@ -140,7 +140,7 @@ Optional parameters:

### "type": "list"

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

Optional parameters:
* min: minimal size
Expand Down

0 comments on commit d0fcd4f

Please sign in to comment.