...

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

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

     1# User
     2type: object
     3properties:
     4  id:
     5    type: string
     6    format: uuid
     7    readOnly: true
     8    example: "87dcb276-d495-11e8-b06f-54ee75efd688"
     9    description: "An ID of the user"
    10  data:
    11    $ref: "./Data.yaml"
    12  roles:
    13    $ref: "./Roles.yaml"
    14required:
    15  - data

View as plain text