autogen/dotnet/test/AutoGen.SourceGenerator.Tests/ApprovalTests/FunctionExample.Add_Test.ap...

21 lines
320 B
Plaintext

{
"name": "Add",
"description": "Add function",
"parameters": {
"type": "object",
"properties": {
"a": {
"type": "integer",
"description": "a"
},
"b": {
"type": "integer",
"description": "b"
}
},
"required": [
"a",
"b"
]
}
}