Files
jianfeng-server/Schema/CustomerAdminUpdateReplyRequest.json
2025-10-02 10:33:06 +08:00

33 lines
885 B
JSON
Executable File

{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 9999999999
},
"content": {
"type": "string",
"minLength": 0,
"maxLength": 100
},
"top": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 9999999999
},
"type": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 9999999999
}
}
}
}
}