github.com/chrusty/openapi2proto@v0.0.0-20171127225041-f5804f48ccdb/fixtures/petstore/Error.yaml (about) 1 type: object 2 required: 3 - code 4 - message 5 properties: 6 code: 7 type: integer 8 format: int32 9 message: 10 type: string