package yoga.model import java.net.URI final case class Pose( name: String, otherNames: Seq[String] = Nil, category: PoseCategory, image: URI, rights: FileRights )