{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SCUMSquadsParameters", "type": "object", "additionalProperties": false, "properties": { "squadId": { "type": "string", "minLength": 1, "maxLength": 96 }, "search": { "type": "string", "minLength": 1, "maxLength": 80 }, "limit": { "type": "integer", "minimum": 1, "maximum": 500 } } }