UNPKG

451 BJSONView Raw
1{
2 "title": "Boolean",
3 "@id": "schema:Boolean",
4 "category": "data",
5 "status": "stable",
6 "description": "A value that is either true or false",
7 "type": "boolean",
8 "file": "Boolean.schema.yaml",
9 "children": [],
10 "descendants": [],
11 "$schema": "http://json-schema.org/draft-07/schema#",
12 "$id": "https://schema.stenci.la/v1/Boolean.schema.json",
13 "source": "https://github.com/stencila/schema/blob/master/schema/Boolean.schema.yaml"
14}