...

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

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

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

View as plain text