2 writes to AnyOf
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
213
AnyOf
= anyOf,
666
AnyOf
= new()
3 references to AnyOf
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
303
Count(
AnyOf
!= null);
423
if (
AnyOf
!= null)
426
foreach (JsonSchema schema in
AnyOf
)