Commit d7e5cfae by Edwin Ferreira

Update tecnologia-localizacion.json

parent 4e0b0b60
...@@ -139,26 +139,26 @@ ...@@ -139,26 +139,26 @@
"properties": { "properties": {
"tipo": { "tipo": {
"type": "string", "type": "string",
"description": "Barrio de ubicacion principal." "description": "Tipo de ubicacion, los posibles valores son 'normal' o 'frente'."
}, },
"localidad": { "localidad": {
"$ref": "#/components/schemas/localidad" "$ref": "#/components/schemas/localidad"
}, },
"barrio": { "barrio": {
"type": "string", "type": "string",
"description": "Barrio de ubicacion principal." "description": "Barrio de ubicacion."
}, },
"estrato": { "estrato": {
"type": "string", "type": "string",
"description": "Estrato de ubicacion principal." "description": "Estrato de ubicacion."
}, },
"manzana": { "manzana": {
"type": "string", "type": "string",
"description": "Manzana de ubicacion principal." "description": "Manzana de ubicacion."
}, },
"eqmz": { "eqmz": {
"type": "string", "type": "string",
"description": "Eqmz de ubicacion principal." "description": "Eqmz de ubicacion."
}, },
"zona": { "zona": {
"type": "array", "type": "array",
......
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