功能修改
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "SCUMPlayerSearchParameters",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["nameContains", "limit"],
|
||||
"properties": {
|
||||
"nameContains": { "type": "string", "minLength": 1, "maxLength": 80 },
|
||||
"limit": { "type": "integer", "minimum": 1, "maximum": 50 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user