package com.conference.app.lib.network.jsonkeys; public interface TrackKeys { String PARENT_KEY = "tracks"; String UNIQUE_ID = "uniqueId"; String NAME = "name"; String DETAILS = "details"; String COLOR = "color"; String ORDER = "order"; }