All Downloads are FREE. Search and download functionalities are using the official Maven repository.

avro.gel_participant_6_2_0.ReportVersionControl.avdl Maven / Gradle / Ivy

@namespace("org.gel.models.report.avro")
/**
This protocol defines the version control
*/
protocol VersionControl {

    record ReportVersionControl {

        /**
        This is the version for the entire set of data models as referred to the Git release tag
        */
        string gitVersionControl = "6.1.1";
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy