...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/1774/Users.yaml

Documentation: github.com/go-openapi/analysis/fixtures/bugs/1774

     1# Users
     2type: object
     3properties:
     4  users:
     5    type: array
     6    items:
     7      $ref: "./User.yaml"
     8required:
     9- users

View as plain text