Commit fad4ce7a by Cristian_Camargo

Update medicamentos-localizacion.json

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