File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 43
43
"properties" : {
44
44
"additionalProperties" : { "$ref" : " #" }
45
45
},
46
- "if" : {"$ref" : " #" },
47
- "then" : {"$ref" : " #" },
48
- "else" : {"$ref" : " #" },
46
+ "if" : { "$ref" : " #" },
47
+ "then" : { "$ref" : " #" },
48
+ "else" : { "$ref" : " #" },
49
49
"allOf" : { "$ref" : " #/$defs/schemaArray" },
50
50
"anyOf" : { "$ref" : " #/$defs/schemaArray" },
51
51
"oneOf" : { "$ref" : " #/$defs/schemaArray" },
52
52
"not" : { "$ref" : " #" },
53
53
"contains" : { "$ref" : " #" },
54
- "propertyNames" : { "$ref" : " #" },
55
-
54
+ "propertyNames" : {
55
+ "type" : " object" ,
56
+ "additionalProperties" : { "$ref" : " #" }
57
+ },
56
58
"base" : {
57
59
"type" : " string" ,
58
60
"format" : " uri-template"
Original file line number Diff line number Diff line change 140
140
]
141
141
}
142
142
},
143
- "propertyNames" : { "$ref" : " #" },
143
+ "propertyNames" : {
144
+ "type" : " object" ,
145
+ "additionalProperties" : { "$ref" : " #" }
146
+ },
144
147
"const" : true ,
145
148
"enum" : {
146
149
"type" : " array" ,
162
165
"format" : { "type" : " string" },
163
166
"contentMediaType" : { "type" : " string" },
164
167
"contentEncoding" : { "type" : " string" },
165
- "if" : {"$ref" : " #" },
166
- "then" : {"$ref" : " #" },
167
- "else" : {"$ref" : " #" },
168
+ "if" : { "$ref" : " #" },
169
+ "then" : { "$ref" : " #" },
170
+ "else" : { "$ref" : " #" },
168
171
"allOf" : { "$ref" : " #/$defs/schemaArray" },
169
172
"anyOf" : { "$ref" : " #/$defs/schemaArray" },
170
173
"oneOf" : { "$ref" : " #/$defs/schemaArray" },
You can’t perform that action at this time.
0 commit comments