Add SCUM world query assets
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"title": "SCUMSquadsReadParameters",
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"required": ["limit", "offset"],
|
||||
"properties": {
|
||||
"limit": { "type": "integer", "minimum": 1, "maximum": 100 },
|
||||
"offset": { "type": "integer", "minimum": 0, "maximum": 1000000 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user