File tree Expand file tree Collapse file tree 2 files changed +25
-34
lines changed Expand file tree Collapse file tree 2 files changed +25
-34
lines changed Original file line number Diff line number Diff line change 4
4
"markdownDescription" : " https://squidfunk.github.io/mkdocs-material/setup/extensions/" ,
5
5
"type" : " array" ,
6
6
"items" : {
7
- "oneOf " : [
7
+ "anyOf " : [
8
8
{
9
- "$ref" : " extensions/markdown.json "
9
+ "$ref" : " #/$defs/external "
10
10
},
11
11
{
12
- "$ref" : " extensions/pymdownx.json"
13
- },
14
- {
15
- "$ref" : " extensions/external/neoteroi.json"
12
+ "$ref" : " #/$defs/external-community"
16
13
}
17
14
]
18
15
},
19
16
"uniqueItems" : true ,
20
- "minItems" : 1
17
+ "minItems" : 1 ,
18
+ "$defs" : {
19
+ "external" : {
20
+ "description" : " External markdown extensions, schema provided by us" ,
21
+ "anyOf" : [
22
+ {
23
+ "$ref" : " extensions/markdown.json"
24
+ },
25
+ {
26
+ "$ref" : " extensions/pymdownx.json"
27
+ }
28
+ ]
29
+ },
30
+ "external-community" : {
31
+ "description" : " External markdown extensions, schema provided by our community" ,
32
+ "anyOf" : [
33
+ {
34
+ "$ref" : " https://raw.githubusercontent.com/Neoteroi/mkdocs-plugins/main/docs/extensions-schema.json"
35
+ }
36
+ ]
37
+ }
38
+ }
21
39
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments