github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/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