Commit fad4ce7a by Cristian_Camargo

Update medicamentos-localizacion.json

parent f2a439b5
......@@ -163,24 +163,6 @@
"name": "resultado"
}
},
"departamentoArray": {
"type": "array",
"items": {
"$ref": "#/components/schemas/departamento"
},
"xml": {
"name": "departamentoArray"
}
},
"ciudadArray": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ciudad"
},
"xml": {
"name": "ciudadArray"
}
},
"ciudad": {
"type": "object",
"properties": {
......@@ -217,7 +199,10 @@
"type": "object",
"properties": {
"departamento": {
"$ref": "#/components/schemas/departamentoArray"
"type":"array",
"items":{
"$ref": "#/components/schemas/departamento"
}
}
},
"xml": {
......@@ -231,7 +216,10 @@
"$ref": "#/components/schemas/departamento"
},
"ciudad": {
"$ref": "#/components/schemas/ciudadArray"
"type":"array",
"items":{
"$ref": "#/components/schemas/ciudad"
}
}
},
"xml": {
......
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