2 writes to Items
System.Text.Json (2)
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
295
Items
= items.IsTrue ? null : items,
326
Items
= items.IsTrue ? null : items,
3 references to Items
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (3)
108
Count(
Items
is not null);
203
if (
Items
is not null)
205
objSchema.Add(ItemsPropertyName,
Items
.ToJsonNode(options));