Commit be529c86 by Cristian_Camargo

Update afiliaciones-afiliado.json

parent 019724e3
......@@ -1394,6 +1394,15 @@
"properties": {
"afiliado": {
"$ref": "#/components/schemas/validador"
},
"empleadores":{
"$ref": "#/components/schemas/empleadorValidacion"
},
"pacs":{
"type": "array",
"items":{
"$ref": "#/components/schemas/pacs"
}
}
}
},
......@@ -1470,15 +1479,6 @@
"afiliacion":{
"$ref": "#/components/schemas/afiliacion"
},
"empleadores":{
"$ref": "#/components/schemas/empleadorValidacion"
},
"pacs":{
"type": "array",
"items":{
"$ref": "#/components/schemas/pacs"
}
},
"cuotaMonetaria":{
"$ref": "#/components/schemas/cuotaMonetaria"
},
......
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