Files
Smart-Farm/Schema/CustomerAdminAddRelyTypeRequest.json
2025-12-22 14:34:25 +08:00

21 lines
297 B
JSON

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