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" + } + } } } }