1 write to Ref
Microsoft.Extensions.AI.Abstractions (1)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
112return CompleteSchema(ref state, new JsonSchema { Ref = existingJsonPointer });
4 references to Ref
Microsoft.Extensions.AI.Abstractions (4)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.cs (1)
446if (schema.Ref is null)
src\Shared\JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
289Count(Ref != null); 351if (Ref != null) 353objSchema.Add(JsonSchemaConstants.RefPropertyName, Ref);