Searched refs:inputSchema (Results 1 – 3 of 3) sorted by relevance
193 if (TD.inputSchema) in toJSON()194 Result.insert({"inputSchema", TD.inputSchema}); in toJSON()205 return mapRaw(V, "inputSchema", TD.inputSchema, P); in fromJSON()
51 definition.inputSchema = *input_schema; in GetDefinition()
173 std::optional<llvm::json::Value> inputSchema; member