3 references to PropertiesPropertyName
Microsoft.Extensions.AI.Abstractions (3)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (2)
264state.PushSchemaNode(JsonSchemaConstants.PropertiesPropertyName); 369state.PushSchemaNode(JsonSchemaConstants.PropertiesPropertyName);
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
389objSchema.Add(JsonSchemaConstants.PropertiesPropertyName, properties);