UNPKG

450 BJSONView Raw
1{
2 "title": "String",
3 "@id": "schema:Text",
4 "category": "data",
5 "status": "stable",
6 "description": "A value comprised of a string of characters",
7 "type": "string",
8 "file": "String.schema.yaml",
9 "children": [],
10 "descendants": [],
11 "$schema": "http://json-schema.org/draft-07/schema#",
12 "$id": "https://schema.stenci.la/v1/String.schema.json",
13 "source": "https://github.com/stencila/schema/blob/master/schema/String.schema.yaml"
14}