6 references to EnumPropertyName
Microsoft.Extensions.AI.Abstractions (6)
Utilities\AIJsonUtilities.Schema.Create.cs (6)
305
if (ctx.TypeInfo.Type.IsEnum && objSchema.ContainsKey(
EnumPropertyName
) && !objSchema.ContainsKey(TypePropertyName))
354
if (nullableElement.IsEnum && objSchema.ContainsKey(
EnumPropertyName
) && !objSchema.ContainsKey(TypePropertyName))
632
if (!obj.ContainsKey(
EnumPropertyName
))
636
obj[
EnumPropertyName
] = enumArray;
653
if (notObj[
EnumPropertyName
] is null)
657
notObj[
EnumPropertyName
] = enumArray;