UNPKG

763 BJSONView Raw
1{
2 "title": "Primitive",
3 "category": "data",
4 "status": "stable",
5 "description": "Union type for all primitives values",
6 "anyOf": [
7 {
8 "$ref": "Null.schema.json"
9 },
10 {
11 "$ref": "Boolean.schema.json"
12 },
13 {
14 "$ref": "Integer.schema.json"
15 },
16 {
17 "$ref": "Number.schema.json"
18 },
19 {
20 "$ref": "String.schema.json"
21 },
22 {
23 "$ref": "Object.schema.json"
24 },
25 {
26 "$ref": "Array.schema.json"
27 }
28 ],
29 "file": "Primitive.schema.yaml",
30 "children": [],
31 "descendants": [],
32 "$schema": "http://json-schema.org/draft-07/schema#",
33 "$id": "https://schema.stenci.la/v1/Primitive.schema.json",
34 "source": "https://github.com/stencila/schema/blob/master/schema/Primitive.schema.yaml"
35}