{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateServerConfigurationRequest", "title": "UpdateServerConfigurationRequest", "type": "object", "properties": { "maxConcurrentJobs": { "type": "integer", "example": 10 }, "maxThreadsPerJob": { "type": "integer", "example": 10 }, "reportRetentionDays": { "type": "integer", "example": 10 } } }