github.com/josephspurrier/go-swagger@v0.2.1-0.20221129144919-1f672a142a00/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