//! Port mapping representation.
use JsonSchema;
use ;
/// Port mapping for a container.
///
/// The short integer form exposes a single container port that the
/// runtime mirrors on the host. The string form supports the full
/// Compose syntax (`"host:container"`, `"bind:host:container"`).