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

33 lines
520 B
JSON
Executable File

{
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 9223372036854775807
},
"title": {
"type": "string",
"minLength": 0,
"maxLength": 20
},
"top": {
"type": "integer",
"default": 0,
"minimum": 0,
"maximum": 9999999999
},
"status": {
"type": "integer",
"default": 1,
"minimum": 0,
"maximum": 999
}
}
}
}
}