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