Fix some patrhs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"required": [
|
||||
"$type",
|
||||
"transactionId",
|
||||
"customerId",
|
||||
"debtId",
|
||||
@@ -9,11 +8,6 @@
|
||||
"channel"
|
||||
],
|
||||
"properties": {
|
||||
"$type": {
|
||||
"type": "string",
|
||||
"description": "Fixed value to identify request type",
|
||||
"example": "RepaymentRequest"
|
||||
},
|
||||
"msisdn": {
|
||||
"type": "string",
|
||||
"description": "User's mobile number in an international format",
|
||||
@@ -42,8 +36,7 @@
|
||||
"channel": {
|
||||
"type": "string",
|
||||
"description": "Request channel: USSD or APP",
|
||||
"enum": ["USSD", "APP"],
|
||||
"example": "USSD"
|
||||
"example": "100"
|
||||
}
|
||||
},
|
||||
"xml": {
|
||||
|
||||
Reference in New Issue
Block a user