3 references to ItemsPropertyName
Microsoft.Extensions.AI.Abstractions (3)
Utilities\AIJsonUtilities.Schema.Transform.cs (3)
77
if (schemaObj.TryGetPropertyValue(
ItemsPropertyName
, out JsonNode? itemsSchema))
79
path?.Add(
ItemsPropertyName
);
80
schemaObj[
ItemsPropertyName
] = TransformSchemaCore(itemsSchema, transformOptions, path);