...

Text file src/github.com/go-openapi/analysis/fixtures/external/nestedResponses.yml

Documentation: github.com/go-openapi/analysis/fixtures/external

     1genericResponse:
     2  type: object
     3  properties:
     4    record:
     5      type: array
     6      items:
     7        - type: string
     8          format: date-time
     9        - type: object
    10          properties:
    11            createdAt:
    12              type: string
    13              format: date-time
    14        - allOf:
    15            - type: string
    16              format: date
    17            - type: object
    18          properties:
    19            id:
    20              type: integer
    21              format: int64
    22            value:
    23              type: string
    24            name:
    25              type: object
    26              properties:
    27                id:
    28                  type: integer
    29                  format: int64
    30                  createdAt:
    31                    type: string
    32                    format: date-time

View as plain text