Commit c5bc1e67 by Cristian_Camargo

Update medicamentos-afiliado.json

parent 3d06b778
...@@ -797,7 +797,7 @@ ...@@ -797,7 +797,7 @@
"description": "Fecha inicial.", "description": "Fecha inicial.",
"required": true, "required": true,
"schema": { "schema": {
"type": "number" "type": "string",
} }
}, },
{ {
...@@ -806,7 +806,7 @@ ...@@ -806,7 +806,7 @@
"description": "Fecha final.", "description": "Fecha final.",
"required": true, "required": true,
"schema": { "schema": {
"type": "number" "type": "string"
} }
} }
], ],
...@@ -888,7 +888,7 @@ ...@@ -888,7 +888,7 @@
"description": "Tipo de identificacion del paciente.", "description": "Tipo de identificacion del paciente.",
"required": true, "required": true,
"schema": { "schema": {
"type": "number" "type": "string"
} }
}, },
{ {
......
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