@@ -134,7 +134,9 @@ definitions:
134
134
type : object
135
135
patternProperties :
136
136
' ^[a-zA-Z0-9\.\-_]+$ ' :
137
- $ref : ' #/definitions/Schema'
137
+ oneOf :
138
+ - $ref : ' #/definitions/Schema'
139
+ - $ref : ' #/definitions/Reference'
138
140
responses :
139
141
type : object
140
142
patternProperties :
@@ -262,28 +264,41 @@ definitions:
262
264
- object
263
265
- string
264
266
not :
265
- $ref : ' #/definitions/Schema'
267
+ oneOf :
268
+ - $ref : ' #/definitions/Schema'
269
+ - $ref : ' #/definitions/Reference'
266
270
allOf :
267
271
type : array
268
272
items :
269
- $ref : ' #/definitions/Schema'
273
+ oneOf :
274
+ - $ref : ' #/definitions/Schema'
275
+ - $ref : ' #/definitions/Reference'
270
276
oneOf :
271
277
type : array
272
278
items :
273
- $ref : ' #/definitions/Schema'
279
+ oneOf :
280
+ - $ref : ' #/definitions/Schema'
281
+ - $ref : ' #/definitions/Reference'
274
282
anyOf :
275
283
type : array
276
284
items :
277
- $ref : ' #/definitions/Schema'
285
+ oneOf :
286
+ - $ref : ' #/definitions/Schema'
287
+ - $ref : ' #/definitions/Reference'
278
288
items :
279
- $ref : ' #/definitions/Schema'
289
+ oneOf :
290
+ - $ref : ' #/definitions/Schema'
291
+ - $ref : ' #/definitions/Reference'
280
292
properties :
281
293
type : object
282
294
additionalProperties :
283
- $ref : ' #/definitions/Schema'
295
+ oneOf :
296
+ - $ref : ' #/definitions/Schema'
297
+ - $ref : ' #/definitions/Reference'
284
298
additionalProperties :
285
299
oneOf :
286
300
- $ref : ' #/definitions/Schema'
301
+ - $ref : ' #/definitions/Reference'
287
302
- type : boolean
288
303
default : true
289
304
description :
@@ -311,9 +326,6 @@ definitions:
311
326
xml :
312
327
$ref : ' #/definitions/XML'
313
328
patternProperties :
314
- ' ^\$ref$ ' :
315
- type : string
316
- format : uri-reference
317
329
' ^x- ' : {}
318
330
additionalProperties : false
319
331
@@ -380,7 +392,9 @@ definitions:
380
392
type : object
381
393
properties :
382
394
schema :
383
- $ref : ' #/definitions/Schema'
395
+ oneOf :
396
+ - $ref : ' #/definitions/Schema'
397
+ - $ref : ' #/definitions/Reference'
384
398
example : {}
385
399
examples :
386
400
type : object
@@ -438,7 +452,9 @@ definitions:
438
452
type : boolean
439
453
default : false
440
454
schema :
441
- $ref : ' #/definitions/Schema'
455
+ oneOf :
456
+ - $ref : ' #/definitions/Schema'
457
+ - $ref : ' #/definitions/Reference'
442
458
content :
443
459
type : object
444
460
additionalProperties :
@@ -648,7 +664,9 @@ definitions:
648
664
type : boolean
649
665
default : false
650
666
schema :
651
- $ref : ' #/definitions/Schema'
667
+ oneOf :
668
+ - $ref : ' #/definitions/Schema'
669
+ - $ref : ' #/definitions/Reference'
652
670
content :
653
671
type : object
654
672
additionalProperties :
0 commit comments