refactor + borg

This commit is contained in:
JMARyA 2023-12-09 05:42:36 +01:00
parent cb54781f1f
commit ba7e1304a4
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
5 changed files with 443 additions and 96 deletions

View file

@ -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