Fix some patrhs

This commit is contained in:
CHIEFSOFT\ameye
2025-03-24 21:29:07 -04:00
parent ce4079b2d2
commit 635387104f
9 changed files with 16 additions and 62 deletions
+3 -10
View File
@@ -1,7 +1,6 @@
{
"type": "object",
"required": [
"$type",
"transactionId",
"countryCode",
"customerId",
@@ -9,11 +8,6 @@
"channel"
],
"properties": {
"$type": {
"type": "string",
"description": "Fixed value to identify request type",
"example": "EligibilityCheckRequest"
},
"transactionId": {
"type": "string",
"description": "Unique identifier of transaction. This transaction Id must be consistent across all platforms",
@@ -37,13 +31,12 @@
"msisdn": {
"type": "string",
"description": "User's mobile number in an international format",
"example": "2348012345678"
"example": "8012345678"
},
"channel": {
"type": "string",
"description": "Request channel: USSD, MobApp, or Web",
"enum": ["USSD", "MobApp", "Web"],
"example": "USSD"
"description": "Request channel: USSD, MobApp, or Web - type Channel",
"example": "100"
}
},
"xml": {