2 writes to Items
Shared (2)
JsonSchemaExporter\JsonSchemaExporter.cs (2)
358
Items
= items.IsTrue ? null : items,
389
Items
= items.IsTrue ? null : items,
3 references to Items
Shared (3)
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (3)
299
Count(
Items
!= null);
403
if (
Items
!= null)
405
objSchema.Add(JsonSchemaConstants.ItemsPropertyName,
Items
.ToJsonNode(options));