{
"type": "string",
"properties": {
"code": {
"type": "string",
"example": "string"
},
"usage_count": {
"type": "string",
"example": 0
},
"bonusMonths": {
"type": "string",
"example": 0
},
"discount": {
"type": "string",
"example": 0
}
},
"required": [
"string"
]
}