updates directory name

This commit is contained in:
Claire Kuang
2024-01-30 20:48:04 +00:00
parent f2dd2e04d4
commit 2eccfafe45
4 changed files with 0 additions and 0 deletions
@@ -1,14 +0,0 @@
using System.ComponentModel.DataAnnotations;
/// <summary>
/// This class describes the user specified variables that the function wants to work with.
/// </summary>
/// This class is used to generate a JSON Schema to ensure that the user provided values
/// are valid and match the required schema.
struct FunctionInputs
{
//[Required]
//public double Tolerance;
//public string Exclusions;
}