json update
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user