json update
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/AuxService.Common.Responses.Response`1[AutoMedSystem.CommonService.ViewModels.DrugInteractionSettingResponseType]"
|
"$ref": "#/components/schemas/BNV.ResponseType"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"text/json": {
|
"text/json": {
|
||||||
@@ -632,6 +632,25 @@
|
|||||||
},
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"schemas": {
|
"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": {
|
"AutoMedSystem.CommonService.ViewModels.InteractionAndAllergyIndicationResponseType": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user