[fix]: request schems
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
"type": "object",
|
||||
"required": ["requestId", "phoneNums", "affiliateCode", "message"],
|
||||
"properties": {
|
||||
"requestId": { "type": "string" },
|
||||
"requestId": { "type": "string", "example": "req-12345" },
|
||||
"phoneNums": {
|
||||
"type": "array",
|
||||
"items": { "type": "string" }
|
||||
"items": { "type": "string", "example": "+1234567890" }
|
||||
},
|
||||
"affiliateCode": { "type": "string" },
|
||||
"message": { "type": "string" }
|
||||
"affiliateCode": { "type": "string", "example": "aff-67890" },
|
||||
"message": { "type": "string", "example": "Your verification code is 123456" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user