github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/866/fixture-866.yaml (about) 1 swagger: '2.0' 2 info: 3 version: 0.0.0 4 title: 'Test' 5 paths: 6 /: 7 get: 8 responses: 9 200: 10 description: Success 11 schema: 12 required: 13 - data 14 properties: 15 data: 16 required: 17 - account_id 18 - access_token 19 properties: 20 account_id: 21 type: integer 22 format: int64 23 access_token: 24 type: string 25 maxLength: 64