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