using System; namespace sodoff.Schema; public enum SpecificationType { Ingredient = 1, Output }