response fix
This commit is contained in:
@@ -349,7 +349,7 @@
|
|||||||
"readOnly": true
|
"readOnly": true
|
||||||
},
|
},
|
||||||
"ResponseData": {
|
"ResponseData": {
|
||||||
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType"
|
"$ref": "#/components/schemas/BVNResponseModel"
|
||||||
},
|
},
|
||||||
"Successful": {
|
"Successful": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@@ -359,6 +359,17 @@
|
|||||||
},
|
},
|
||||||
"additionalProperties": false
|
"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": {
|
"AutoMedSystem.CommonService.ViewModels.InteractionAndAllergyIndicationResponseType": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user