...

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

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

     1# Data
     2type: object
     3properties:
     4  name:
     5    type: string
     6    example: "Test User"
     7    description: "A name of the user"
     8  credentials:
     9    $ref: "./Credentials.yaml"
    10required:
    11- credentials

View as plain text