github.com/ryanbennettvoid/go-swagger@v0.18.1-0.20190104015444-3854bbbe2392/fixtures/bugs/776/item.yaml (about)

     1  type: object
     2  required:
     3    - title
     4  properties:
     5    id:
     6      type: integer
     7      format: uint64
     8      readOnly: true
     9    title:
    10      type: string
    11      minLength: 2
    12      maxLength: 80