Skip to content

Commit

Permalink
fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-nelson committed Jul 29, 2022
1 parent 82aaba5 commit b6441b7
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 @@ -129,8 +129,8 @@ properties are allowed, and will be ignored.
- `"schema"`: The schema itself. A single schema type.
- `"let"`: An object whose values are schema types. Its properties are defined
as *reference types*, which can be accessed with the `"ref"` directive type.
- For example, `{ "let": { "Foo": "string" }, { "schema": ["ref", "Foo"] } }`
is equivalent to `{ "schema": "string" }`.
- For example, `{ "let": { "Foo": "string" }, "schema": ["ref", "Foo"] }` is
equivalent to `{ "schema": "string" }`.
- `"spartan"`: The Spartan Schema major version of this schema. If present, it
must be `1`.

Expand Down

0 comments on commit b6441b7

Please sign in to comment.