UNPKG

@stencila/schema

Version:

Stencila schema and other specifications

38 lines (37 loc) 699 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://stencila.github.com/schema/Node.schema.json", "@id": "stencila:Node", "title": "Node", "description": "Describes a valid value for any node in the tree.\n", "anyOf": [ { "type": "null" }, { "type": "boolean" }, { "type": "number" }, { "type": "integer" }, { "type": "string" }, { "type": "array" }, { "type": "object" }, { "$ref": "Thing.schema.json" } ], "source": "https://github.com/stencila/schema/blob/master/schema/Node.schema.yaml", "category": ".", "children": [], "descendants": [] }