{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "threadId": { "type": "string" }, "values": { "additionalProperties": { "type": "string" }, "type": "object" } }, "required": [ "threadId", "values" ], "title": "ThreadDependencyEnvSetParams", "type": "object" }