...

Text file src/github.com/go-openapi/analysis/fixtures/bugs/1767/Patient.yaml

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

     1type: object
     2title: "Info about patient"
     3description: ""
     4properties:
     5      id:
     6        type: string
     7      identifier:
     8        type: array
     9        description: "Identifier"
    10        items:
    11            allOf:
    12            - $ref: 'Identifier.yaml'
    13      active:
    14        type: boolean
    15      name:
    16        description: "Name"
    17        type: string
    18required:
    19- name

View as plain text