UNPKG

1.23 kBJSONView Raw
1{
2 "title": "ThematicBreak",
3 "@id": "stencila:ThematicBreak",
4 "extends": "Entity",
5 "role": "secondary",
6 "status": "stable",
7 "category": "prose",
8 "description": "A thematic break, such as a scene change in a story, a transition to another topic, or a new document.\n",
9 "properties": {
10 "type": {
11 "@id": "schema:type",
12 "description": "The name of the type.",
13 "type": "string",
14 "enum": [
15 "ThematicBreak"
16 ],
17 "default": "ThematicBreak",
18 "from": "Entity"
19 },
20 "id": {
21 "@id": "schema:id",
22 "description": "The identifier for this item.",
23 "type": "string",
24 "from": "Entity"
25 },
26 "meta": {
27 "@id": "stencila:meta",
28 "description": "Metadata associated with this item.",
29 "type": "object",
30 "from": "Entity"
31 }
32 },
33 "file": "ThematicBreak.schema.yaml",
34 "children": [],
35 "descendants": [],
36 "$schema": "http://json-schema.org/draft-07/schema#",
37 "$id": "https://schema.stenci.la/v0/ThematicBreak.schema.json",
38 "source": "https://github.com/stencila/schema/blob/master/ThematicBreak.schema.yaml",
39 "type": "object",
40 "additionalProperties": false,
41 "required": [
42 "type"
43 ],
44 "propertyAliases": {}
45}