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

33 lines
885 B
JSON

{
"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
}
}
}
}
}