3 references to ItemsPropertyName
System.Text.Json (3)
System\Text\Json\Schema\JsonSchema.cs (1)
205objSchema.Add(ItemsPropertyName, Items.ToJsonNode(options));
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
288state.PushSchemaNode(JsonSchema.ItemsPropertyName); 308state.PushSchemaNode(JsonSchema.ItemsPropertyName);