2 references to AnyOfPropertyName
Microsoft.Extensions.AI.Abstractions (2)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
144state.PushSchemaNode(JsonSchemaConstants.AnyOfPropertyName);
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (1)
431objSchema.Add(JsonSchemaConstants.AnyOfPropertyName, anyOfArray);