json update

This commit is contained in:
CHIEFSOFT\ameye
2024-04-26 21:22:12 -04:00
parent cf315245e6
commit 7cfeabcada
+20 -1
View File
@@ -32,7 +32,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType]"
"$ref": "#/components/schemas/BNV.ResponseType"
}
},
"text/json": {
@@ -632,6 +632,25 @@
},
"components": {
"schemas": {
"BNV.ResponseType": {
"type": "object",
"properties": {
"HasResult": {
"type": "boolean",
"description": "Indicates if the response contains a result",
"readOnly": true
},
"ResponseData": {
"$ref": "#/components/schemas/AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType"
},
"Successful": {
"type": "boolean",
"description": "Indicates if the response is successful or not. Warning or success result type indicate success",
"readOnly": true
}
},
"additionalProperties": false
},
"AutoMedSystem.CommonService.ViewModels.InteractionAndAllergyIndicationResponseType": {
"type": "object",
"properties": {