Verify Model
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
"content": {
|
"content": {
|
||||||
"application/json": {
|
"application/json": {
|
||||||
"schema": {
|
"schema": {
|
||||||
"$ref": "#/components/schemas/BNV.ResponseType"
|
"$ref": "#/components/schemas/BNV.Verify.ResponseType"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"text/json": {
|
"text/json": {
|
||||||
@@ -359,6 +359,25 @@
|
|||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"BNV.Verify.ResponseType": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"HasResult": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Indicates if the response contains a result",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"ResponseData": {
|
||||||
|
"$ref": "#/components/schemas/BVNVerifyResponseModel"
|
||||||
|
},
|
||||||
|
"Successful": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Indicates if the response is successful or not. Warning or success result type indicate success",
|
||||||
|
"readOnly": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additionalProperties": false
|
||||||
|
},
|
||||||
"BVNResponseModel": {
|
"BVNResponseModel": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
@@ -370,6 +389,47 @@
|
|||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
},
|
},
|
||||||
|
"BVNVerifyResponseModel": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"message": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Indicates if the response contains a result",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"call_return": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Indicates if the response contains a result",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"uid": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Indicates if the response contains a result",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"firstname": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Indicates if the response contains a result",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"lastname": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Indicates if the response contains a result",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"last_login": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "Indicates if the response contains a result",
|
||||||
|
"readOnly": true
|
||||||
|
},
|
||||||
|
"token": {
|
||||||
|
"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