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.
1 parent 7a1dcaa commit aea5f80Copy full SHA for aea5f80
examples/v2.0/json/petstore-minimal.json
@@ -42,24 +42,24 @@
42
}
43
44
45
- },
46
- "definitions": {
47
- "pet": {
48
- "required": [
49
- "id",
50
- "name"
51
- ],
52
- "properties": {
53
- "id": {
54
- "type": "integer",
55
- "format": "int64"
56
57
- "name": {
58
- "type": "string"
59
60
- "tag": {
61
62
- }
+ }
+ },
+ "definitions": {
+ "pet": {
+ "required": [
+ "id",
+ "name"
+ ],
+ "properties": {
+ "id": {
+ "type": "integer",
+ "format": "int64"
+ "name": {
+ "type": "string"
+ "tag": {
63
64
65
0 commit comments