Answers for "how to add array of objects in swagger 2.0"

0

swagger array object example

drivers:
              type: array
              items:
                type: object
                properties:
                  firstName:
                    type: string
                  lastName:
                    type: string
                  identification:
                    type: string
                  identificationType:
                    type: string
                  license:
                    type: string
                  licenseExpiration:
                    type: string
                    format: date-time
                  licenseFront:
                    type: string
                  licenseBack:
                    type: string
                  icFront:
                    type: string
                  icBack:
                    type: string
Posted by: Guest on March-29-2021
0

how to add array of objects in swagger 2.0

Array in swagger
Posted by: Guest on May-06-2021

Code answers related to "how to add array of objects in swagger 2.0"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language