UNPKG

396 BJSONView Raw
1{
2 "title": "Array",
3 "@id": "stencila:Array",
4 "description": "A value comprised of several other values.",
5 "type": "array",
6 "file": "Array.schema.yaml",
7 "children": [],
8 "descendants": [],
9 "$schema": "http://json-schema.org/draft-07/schema#",
10 "$id": "https://schema.stenci.la/v0/Array.schema.json",
11 "source": "https://github.com/stencila/schema/blob/master/Array.schema.yaml"
12}