Single unit of metadata schema for one type.
IMetadataSchemaUnit contains a metadata schema generated from a single TypeScript type via typia.reflect.schema<T>(). The main schema is in schema, while shared type definitions (objects, aliases, arrays, tuples) are stored in components.
IMetadataSchemaUnit
typia.reflect.schema<T>()
Jeongho Nam - https://github.com/samchon
Shared type definitions referenced by the schema.
Metadata schema for the target type.
Single unit of metadata schema for one type.
IMetadataSchemaUnitcontains a metadata schema generated from a single TypeScript type viatypia.reflect.schema<T>(). The main schema is in schema, while shared type definitions (objects, aliases, arrays, tuples) are stored in components.Author
Jeongho Nam - https://github.com/samchon