{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SCUMPlayerEconomyReadParameters", "type": "object", "additionalProperties": false, "required": ["externalPlayerId", "limit"], "properties": { "externalPlayerId": { "type": "string", "minLength": 1, "maxLength": 96, "pattern": "^[A-Za-z0-9_.:-]{1,96}$" }, "limit": { "type": "integer", "minimum": 1, "maximum": 16 } } }