3 writes to AnyOf
System.Text.Json (3)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
175
AnyOf
= anyOf,
413
AnyOf
= unionAnyOf,
System\Text\Json\Serialization\Converters\Value\JsonPrimitiveConverter.cs (1)
61
AnyOf
=
5 references to AnyOf
System.Text.Json (5)
System\Text\Json\Schema\JsonSchema.cs (3)
112
Count(
AnyOf
is not null);
223
if (
AnyOf
is not null)
226
foreach (JsonSchema schema in
AnyOf
)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
191
Debug.Assert(schema.
AnyOf
is not null, "IEEE floating-point types with AllowNamedFloatingPointLiterals should generate an anyOf schema.");
193
List<JsonSchema> anyOf = schema.
AnyOf
;