...

Text file src/github.com/go-openapi/validate/fixtures/go-swagger/bugs/776/error.yaml

Documentation: github.com/go-openapi/validate/fixtures/go-swagger/bugs/776

     1definitions:
     2  Error:
     3    type: object
     4    properties:
     5      code:
     6        type: integer
     7        format: int32
     8      message:
     9        type: string

View as plain text