File tree 2 files changed +14
-9
lines changed 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 39
39
"properties" : {
40
40
"additionalProperties" : { "$ref" : " #" }
41
41
},
42
- "if" : {"$ref" : " #" },
43
- "then" : {"$ref" : " #" },
44
- "else" : {"$ref" : " #" },
42
+ "if" : { "$ref" : " #" },
43
+ "then" : { "$ref" : " #" },
44
+ "else" : { "$ref" : " #" },
45
45
"allOf" : { "$ref" : " #/definitions/schemaArray" },
46
46
"anyOf" : { "$ref" : " #/definitions/schemaArray" },
47
47
"oneOf" : { "$ref" : " #/definitions/schemaArray" },
48
48
"not" : { "$ref" : " #" },
49
49
"contains" : { "$ref" : " #" },
50
- "propertyNames" : { "$ref" : " #" },
51
-
50
+ "propertyNames" : {
51
+ "type" : " object" ,
52
+ "additionalProperties" : { "$ref" : " #" }
53
+ },
52
54
"base" : {
53
55
"type" : " string" ,
54
56
"format" : " uri-template"
Original file line number Diff line number Diff line change 134
134
]
135
135
}
136
136
},
137
- "propertyNames" : { "$ref" : " #" },
137
+ "propertyNames" : {
138
+ "type" : " object" ,
139
+ "additionalProperties" : { "$ref" : " #" }
140
+ },
138
141
"const" : true ,
139
142
"enum" : {
140
143
"type" : " array" ,
156
159
"format" : { "type" : " string" },
157
160
"contentMediaType" : { "type" : " string" },
158
161
"contentEncoding" : { "type" : " string" },
159
- "if" : {"$ref" : " #" },
160
- "then" : {"$ref" : " #" },
161
- "else" : {"$ref" : " #" },
162
+ "if" : { "$ref" : " #" },
163
+ "then" : { "$ref" : " #" },
164
+ "else" : { "$ref" : " #" },
162
165
"allOf" : { "$ref" : " #/definitions/schemaArray" },
163
166
"anyOf" : { "$ref" : " #/definitions/schemaArray" },
164
167
"oneOf" : { "$ref" : " #/definitions/schemaArray" },
You can’t perform that action at this time.
0 commit comments