refactor + borg
This commit is contained in:
parent
cb54781f1f
commit
ba7e1304a4
5 changed files with 443 additions and 96 deletions
|
@ -4,7 +4,7 @@ website: https://json-schema.org
|
|||
---
|
||||
|
||||
# JSON Schema
|
||||
JSON Schema is a schema specification for [JSON](../files/JSON.md), which can validate a [JSON](../files/JSON.md) Document to be of a specific format.
|
||||
JSON Schema is a schema specification for [JSON](../files/JSON.md), which can validate a [JSON](../files/JSON.md) Document to be of a specific format. Some common schemas can be found [here](https://www.schemastore.org/json/).
|
||||
|
||||
## `type` Keyword
|
||||
The `type` keyword is used to restrict the types of a property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue