UNPKG

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