Commit 9bd890a8 by Cristian_Camargo

Update credito-tarjeta.json

parent 9cefe09f
......@@ -1266,9 +1266,14 @@
}
},
"arrayBolsillos": {
"type": "array",
"items": {
"$ref": "#/components/schemas/item"
"type": "object",
"properties":{
"item":{
"type": "array",
"items":{
"$ref": "#/components/schemas/item"
}
}
}
}
}
......
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