Fix some patrhs
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"$type": {
|
||||
"type": "string",
|
||||
"description": "Fixed value for this request type",
|
||||
"example": "CustomerConsentRequest"
|
||||
},
|
||||
"transactionId": {
|
||||
"type": "string",
|
||||
"description": "Unique identifier of transaction in FIRSTBANK system",
|
||||
@@ -36,8 +31,7 @@
|
||||
"channel": {
|
||||
"type": "string",
|
||||
"description": "Request channel: 'USSD' or 'APP'",
|
||||
"enum": ["USSD", "APP"],
|
||||
"example": "USSD"
|
||||
"example": "100"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user