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