github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/1774/User.yaml (about)

     1  # User
     2  type: object
     3  properties:
     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"
    14  required:
    15    - data