From 9bd890a8421d74454274356d179e7ffd166a6d8e Mon Sep 17 00:00:00 2001 From: Cristian Camargo Date: Wed, 8 May 2019 21:33:35 +0000 Subject: [PATCH] Update credito-tarjeta.json --- apigee/credito-tarjeta.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/apigee/credito-tarjeta.json b/apigee/credito-tarjeta.json index eb6c7df..bf2cd42 100644 --- a/apigee/credito-tarjeta.json +++ b/apigee/credito-tarjeta.json @@ -1266,9 +1266,14 @@ } }, "arrayBolsillos": { - "type": "array", - "items": { - "$ref": "#/components/schemas/item" + "type": "object", + "properties":{ + "item":{ + "type": "array", + "items":{ + "$ref": "#/components/schemas/item" + } + } } } } -- libgit2 0.26.0