Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
JSON
Short JSON Schema
Commits
9ff0bd29
Commit
9ff0bd29
authored
Oct 18, 2019
by
Paul Warren
Browse files
Merge branch 'master' of code.blinkace.com:json/short-json-schema
parents
d96d4a69
af0b39bc
Pipeline
#109
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
9ff0bd29
...
...
@@ -13,7 +13,7 @@ For to define a schema for this JSON format:
}
```
We might write
:
In JSON Schema
:
```
json
{
...
...
@@ -43,9 +43,10 @@ In Short JSON Schema, this becomes:
}
```
[
jsonschema
]:
http://json-schema.org/
## Examples
An object with a single, mandatory string property:
```
...
...
@@ -56,7 +57,7 @@ An object with a single, mandatory string property:
e.g.
```
.json
```
javascript
{
"
thing
"
:
"
this is valid
"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment