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