Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swagger
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
external
swagger
Commits
fad4ce7a
Commit
fad4ce7a
authored
Mar 29, 2019
by
Cristian_Camargo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update medicamentos-localizacion.json
parent
f2a439b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
20 deletions
+8
-20
medicamentos-localizacion.json
apigee/medicamentos-localizacion.json
+8
-20
No files found.
apigee/medicamentos-localizacion.json
View file @
fad4ce7a
...
...
@@ -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"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment