UNPKG

701 BJSONView Raw
1{
2 "title": "Object",
3 "@id": "stencila:Object",
4 "category": "data",
5 "status": "stable",
6 "description": "A value comprised of keyed primitive nodes.",
7 "$comment": "Note that keys are strings and values are restricted to primitive node\ntypes including `Object` (ie. an `Object` as a value of another `Object`) and `Array`.\n",
8 "type": "object",
9 "additionalProperties": {
10 "$ref": "Primitive.schema.json"
11 },
12 "file": "Object.schema.yaml",
13 "children": [],
14 "descendants": [],
15 "$schema": "http://json-schema.org/draft-07/schema#",
16 "$id": "https://schema.stenci.la/v1/Object.schema.json",
17 "source": "https://github.com/stencila/schema/blob/master/schema/Object.schema.yaml"
18}