pub type Repository = StringOrStringArray;
pub enum Repository { StringValue(String), ArrayValue(Vec<String>), }