5 references to Array
System.Text.Json (5)
System\Text\Json\Schema\JsonSchema.cs (2)
298JsonSchemaType.Array, 345JsonSchemaType.Array => "array",
System\Text\Json\Schema\JsonSchemaExporter.cs (2)
294Type = JsonSchemaType.Array, 325Type = JsonSchemaType.Array,
System\Text\Json\Serialization\Converters\Node\JsonArrayConverter.cs (1)
67internal override JsonSchema? GetSchema(JsonNumberHandling _) => new() { Type = JsonSchemaType.Array };