Ejemplo 1: ejemplo de objeto de matriz swagger
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
Ejemplo 2: cómo agregar una matriz de objetos en swagger 2.0
Array in swagger
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)