autogen/dotnet/test/AutoGen.SourceGenerator.Tests/ApprovalTests/FunctionExample.DictionaryT...

19 lines
406 B
Plaintext

{
"name": "DictionaryToStringAsync",
"description": "DictionaryToString function",
"parameters": {
"type": "object",
"properties": {
"xargs": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"description": "an object of key-value pairs. key is string, value is string"
}
},
"required": [
"xargs"
]
}
}