Commit b3f43a45 by Cristian_Camargo

Update afiliaciones-afiliado-pacs.json

parent 6ea0af0f
...@@ -91,6 +91,22 @@ ...@@ -91,6 +91,22 @@
}, },
"components": { "components": {
"schemas": { "schemas": {
"afiliacion": {
"type": "object",
"properties": {
"fechaAfiliacion": {
"type":"string",
"description":"fecha de afiliación"
},
"categoria": {
"type":"string",
"description":"Categoría"
}
},
"xml": {
"name": "afiliado"
}
},
"resultado": { "resultado": {
"type": "object", "type": "object",
"properties": { "properties": {
...@@ -325,6 +341,9 @@ ...@@ -325,6 +341,9 @@
"estado":{ "estado":{
"type":"string", "type":"string",
"description":"Estado del Afiliado" "description":"Estado del Afiliado"
},
"afiliacion":{
"$ref": "#/components/schemas/afiliacion"
} }
} }
}, },
......
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