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