response fix

This commit is contained in:
CHIEFSOFT\ameye
2024-04-27 08:59:07 -04:00
parent dd3e73f2dd
commit bc3d2ec0c0
+12 -1
View File
@@ -349,7 +349,7 @@
"readOnly": true
},
"ResponseData": {
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType"
"$ref": "#/components/schemas/BVNResponseModel"
},
"Successful": {
"type": "boolean",
@@ -359,6 +359,17 @@
},
"additionalProperties": false
},
"BVNResponseModel": {
"type": "object",
"properties": {
"validation_id": {
"type": "string",
"description": "Indicates if the response contains a result",
"readOnly": true
}
},
"additionalProperties": false
},
"AutoMedSystem.CommonService.ViewModels.InteractionAndAllergyIndicationResponseType": {
"type": "object",
"properties": {