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

21 lines
297 B
JSON
Executable File

{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"title": {
"type": "string",
"minLength": 1,
"maxLength": 20
},
"top": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 999999999
}
}
}
}
}