We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c764bb + 96c91b7 commit 5ee9cf1Copy full SHA for 5ee9cf1
samples/v2.0/json/04-models-with-subtypes.json
@@ -29,10 +29,7 @@
29
},
30
"required": [ "huntingSkill" ]
31
}
32
- ],
33
- "extends": {
34
- "$ref": "#/definitions/pet"
35
- }
+ ]
36
37
"dog": {
38
"description": "A representation of a dog",
@@ -49,10 +46,7 @@
49
46
50
47
],
51
48
"required": [ "name", "packSize" ],
52
- "additionalAttributes": false,
53
54
55
+ "additionalAttributes": false
56
57
"fish": {
58
"description": "A representation of a fish",
@@ -69,10 +63,7 @@
69
63
"min": 0
70
64
71
65
72
- "required": [ "fins" ],
73
74
75
66
+ "required": [ "fins" ]
76
67
77
68
78
0 commit comments