added placeholder schema
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Claire Kuang
2024-01-31 11:10:02 +00:00
parent b1872be922
commit 591ff49340
@@ -8,7 +8,7 @@ using System.ComponentModel.DataAnnotations;
struct FunctionInputs
{
//[Required]
//public double Tolerance;
public double Tolerance;
//public string Exclusions;
}