The type of the service instance.
ReadonlyfactoryThe factory function that creates the service instance.
ReadonlylifetimeThe lifetime of the service.
ReadonlyschemaThe schema used as the service identifier (reference equality).
ReadonlyvalidateWhen true, the container validates the factory's return value against
the schema at resolution time using schema.validate().
Describes a registered service: its schema key, lifetime, factory, and optional runtime validation flag.
See