5 references to Array
Shared (5)
JsonSchemaExporter\JsonSchemaExporter.cs (3)
357
Type = JsonSchemaType.
Array
,
388
Type = JsonSchemaType.
Array
,
633
[typeof(JsonArray)] = _ => new JsonSchema { Type = JsonSchemaType.
Array
},
JsonSchemaExporter\JsonSchemaExporter.JsonSchema.cs (2)
485
JsonSchemaType.
Array
,
525
JsonSchemaType.
Array
=> "array",