github.com/kaisawind/go-swagger@v0.19.0/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