definition,
toProtocol(): SessionConfigSchema {
for (const key of Object.keys(definition)) {
properties[key] = definition[key].protocol;
}
return { type: 'object', properties };
},
values(values) {
const raw = values as Record<string, unknown>;