9 references to PushSchemaNode
Microsoft.Extensions.AI.Abstractions (9)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (9)
144state.PushSchemaNode(JsonSchemaConstants.AnyOfPropertyName); 165state.PushSchemaNode(anyOf.Count.ToString(CultureInfo.InvariantCulture)); 264state.PushSchemaNode(JsonSchemaConstants.PropertiesPropertyName); 307state.PushSchemaNode(property.Name); 351state.PushSchemaNode(JsonSchemaConstants.ItemsPropertyName); 369state.PushSchemaNode(JsonSchemaConstants.PropertiesPropertyName); 370state.PushSchemaNode(ValuesKeyword); 371state.PushSchemaNode(JsonSchemaConstants.ItemsPropertyName); 413state.PushSchemaNode(JsonSchemaConstants.AdditionalPropertiesPropertyName);