UNPKG

631 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "$id": "https://schema.stenci.la/v0/MarkTypes.schema.json",
4 "title": "MarkTypes",
5 "description": "All type schemas that are derived from Mark",
6 "anyOf": [
7 {
8 "$ref": "Mark.schema.json"
9 },
10 {
11 "$ref": "Delete.schema.json"
12 },
13 {
14 "$ref": "Emphasis.schema.json"
15 },
16 {
17 "$ref": "NontextualAnnotation.schema.json"
18 },
19 {
20 "$ref": "Quote.schema.json"
21 },
22 {
23 "$ref": "Strong.schema.json"
24 },
25 {
26 "$ref": "Subscript.schema.json"
27 },
28 {
29 "$ref": "Superscript.schema.json"
30 }
31 ]
32}