2 references to Json
Microsoft.Extensions.AI.Abstractions.Tests (2)
src\LegacySupport\StringSyntaxAttribute\StringSyntaxAttribute.cs (1)
55
public const string Json = nameof(
Json
);
test\Shared\JsonSchemaExporter\TestData.cs (1)
14
[StringSyntax(StringSyntaxAttribute.
Json
)] string ExpectedJsonSchema,