Skip to content

Commit 02a60ee

Browse files
chores
1 parent c047695 commit 02a60ee

File tree

1 file changed

+1
-1
lines changed
  • pages/understanding-json-schema/reference

1 file changed

+1
-1
lines changed

pages/understanding-json-schema/reference/type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The `type` keyword can take two forms:
129129

130130
1. **A single string**. When it is a single string, it must be one of the types mentioned above (`array`, `boolean`, `integer`, `number`, `null`, `object`, `regular expressions`, or `string`). This specifies that the instance data is only valid when it matches that specific type.
131131

132-
Here is an example of using the `number` keyword as a single string:
132+
Here is an example of using `"number"` as a single string value:
133133

134134
```json
135135
// props { "isSchema": true }

0 commit comments

Comments
 (0)