Commit 9bd890a8 by Cristian_Camargo

Update credito-tarjeta.json

parent 9cefe09f
...@@ -1266,12 +1266,17 @@ ...@@ -1266,12 +1266,17 @@
} }
}, },
"arrayBolsillos": { "arrayBolsillos": {
"type": "object",
"properties":{
"item":{
"type": "array", "type": "array",
"items": { "items":{
"$ref": "#/components/schemas/item" "$ref": "#/components/schemas/item"
} }
} }
} }
}
}
}, },
"obtenerCupoResponse": { "obtenerCupoResponse": {
"type": "object", "type": "object",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment