{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdateLappSettingsRequest", "type": "object", "properties": { "modelId": { "type": "string" }, "providerId": { "type": "string" } }, "required": [ "providerId", "modelId" ] }