@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
19 lines (18 loc) • 672 B
JSON
{
"title": "Array",
"@id": "stencila:Array",
"category": "data",
"status": "stable",
"description": "A value comprised of other primitive nodes",
"$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",
"type": "array",
"items": {
"$ref": "Primitive.schema.json"
},
"file": "Array.schema.yaml",
"children": [],
"descendants": [],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v1/Array.schema.json",
"source": "https://github.com/stencila/schema/blob/master/schema/Array.schema.yaml"
}