schemas property
Schema configs that are layered based on their VersionSources that match the incoming message.
Schema configs present in higher indices override those in lower indices with the same message type and trigger event if their VersionSources all match an incoming message.
Implementation
core.List<Hl7SchemaConfig>? schemas;