File tree 1 file changed +14
-5
lines changed
1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"definitions" : {},
3
3
"$schema" : " http://json-schema.org/draft-07/schema#" ,
4
- "$id" : " https://example.com/object1601918317.json " ,
4
+ "$id" : " MarkdownSnippets " ,
5
5
"title" : " Root" ,
6
6
"type" : " object" ,
7
7
"required" : [
8
8
],
9
9
"properties" : {
10
+ "HashSnippetAnchors" : {
11
+ "$id" : " #root/HashSnippetAnchors" ,
12
+ "title" : " HashSnippetAnchors" ,
13
+ "type" : " boolean" ,
14
+ "examples" : [
15
+ true
16
+ ],
17
+ "default" : false
18
+ },
10
19
"ReadOnly" : {
11
20
"$id" : " #root/ReadOnly" ,
12
21
"title" : " Readonly" ,
13
22
"type" : " boolean" ,
14
23
"examples" : [
15
- false
24
+ true
16
25
],
17
26
"default" : false
18
27
},
119
128
"title" : " Writeheader" ,
120
129
"type" : " boolean" ,
121
130
"examples" : [
122
- true
131
+ false
123
132
],
124
133
"default" : true
125
134
},
157
166
"title" : " TreatMissingAsWarning" ,
158
167
"type" : " boolean" ,
159
168
"examples" : [
160
- true
169
+ false
161
170
],
162
171
"default" : true
163
172
},
166
175
"title" : " ValidateContent" ,
167
176
"type" : " boolean" ,
168
177
"examples" : [
169
- true
178
+ false
170
179
],
171
180
"default" : true
172
181
}
You can’t perform that action at this time.
0 commit comments