...

Text file src/github.com/go-openapi/validate/fixtures/local_expansion/item.yaml

Documentation: github.com/go-openapi/validate/fixtures/local_expansion

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

View as plain text