github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/910/fixture-910.yaml (about) 1 swagger: "2.0" 2 3 info: 4 title: MyTest 5 description: MyTest 6 version: "1.0.0" 7 8 paths: 9 /mytest: 10 get: 11 description: my test 12 responses: 13 200: 14 description: my test 15 schema: 16 type: object 17 properties: 18 foo: 19 type: object 20 bar: 21 type: integer 22 format: int64 23 baz: 24 type: integer 25 format: int64 26 quux: 27 type: array 28 items: 29 type: string 30 required: 31 - foo 32 - bar