Collection of JSON schemas generated from multiple TypeScript types.
IJsonSchemaCollection holds JSON schemas for multiple TypeScript types
generated at compile time by typia.json.schemas<[T1, T2, ...]>(). The
schemas share a common components pool to avoid duplication when types
reference each other.
This is useful when you need schemas for multiple related types and want to
share component definitions between them. For single types, use
IJsonSchemaUnit instead. For function schemas, see
IJsonSchemaApplication.
Collection of JSON schemas generated from multiple TypeScript types.
IJsonSchemaCollectionholds JSON schemas for multiple TypeScript types generated at compile time bytypia.json.schemas<[T1, T2, ...]>(). The schemas share a common components pool to avoid duplication when types reference each other.This is useful when you need schemas for multiple related types and want to share component definitions between them. For single types, use IJsonSchemaUnit instead. For function schemas, see IJsonSchemaApplication.
The collection contains:
$refdefinitions