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