5 references to Array
System.Text.Json (5)
System\Text\Json\Schema\JsonSchema.cs (2)
297JsonSchemaType.Array, 344JsonSchemaType.Array => "array",
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
283Type = JsonSchemaType.Array, 314Type = JsonSchemaType.Array,
System\Text\Json\Serialization\Converters\Node\JsonArrayConverter.cs (1)
43internal override JsonSchema? GetSchema(JsonNumberHandling _) => new() { Type = JsonSchemaType.Array };