extension String { enum Format { enum Path { static let data = "/data/%@" static let docs = "/docs/%@" static let root = "/%@" } } }