Phoxal - production-oriented autonomous robot framework: the runtime engine and model (the api contract tree lives in phoxal-api, the typed bus in phoxal-bus).
//! Participant metadata is part of the process ABI, not runner implementation.
pubusephoxal_runtime_contract::{
ApiId, MetadataError,PARTICIPANT_METADATA_SCHEMA, ParticipantKind,
ParticipantMetadata as ParticipantMeta, ParticipantSchemas, SchemaId,
parse_participant_metadata,};