Skip to content

Commit dfb154b

Browse files
committed
HashSnippetAnchors
1 parent 93d37cc commit dfb154b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

schema.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
11
{
22
"definitions": {},
33
"$schema": "http://json-schema.org/draft-07/schema#",
4-
"$id": "https://example.com/object1601918317.json",
4+
"$id": "MarkdownSnippets",
55
"title": "Root",
66
"type": "object",
77
"required": [
88
],
99
"properties": {
10+
"HashSnippetAnchors": {
11+
"$id": "#root/HashSnippetAnchors",
12+
"title": "HashSnippetAnchors",
13+
"type": "boolean",
14+
"examples": [
15+
true
16+
],
17+
"default": false
18+
},
1019
"ReadOnly": {
1120
"$id": "#root/ReadOnly",
1221
"title": "Readonly",
1322
"type": "boolean",
1423
"examples": [
15-
false
24+
true
1625
],
1726
"default": false
1827
},
@@ -119,7 +128,7 @@
119128
"title": "Writeheader",
120129
"type": "boolean",
121130
"examples": [
122-
true
131+
false
123132
],
124133
"default": true
125134
},
@@ -157,7 +166,7 @@
157166
"title": "TreatMissingAsWarning",
158167
"type": "boolean",
159168
"examples": [
160-
true
169+
false
161170
],
162171
"default": true
163172
},
@@ -166,7 +175,7 @@
166175
"title": "ValidateContent",
167176
"type": "boolean",
168177
"examples": [
169-
true
178+
false
170179
],
171180
"default": true
172181
}

0 commit comments

Comments
 (0)