@stencila/schema
Version:
Extensions to schema.org to support semantic, composable, parameterize-able and executable documents
15 lines (14 loc) • 450 B
JSON
{
"title": "String",
"@id": "schema:Text",
"category": "data",
"status": "stable",
"description": "A value comprised of a string of characters",
"type": "string",
"file": "String.schema.yaml",
"children": [],
"descendants": [],
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.stenci.la/v1/String.schema.json",
"source": "https://github.com/stencila/schema/blob/master/schema/String.schema.yaml"
}