Commit 9bd890a8 by Cristian_Camargo

Update credito-tarjeta.json

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