Skip to content
Snippets Groups Projects
Verified Commit f7388e18 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: consolidation

parent 780c89e8
No related branches found
No related tags found
1 merge request!2F consolidation
......@@ -63,11 +63,11 @@ message DataType {
// Wraps atomic types, LIST and REFERENCE
oneof data_type {
// The atomic data types.
AtomicDataType atomic_type = 1;
AtomicDataType atomic_data_type = 1;
// A list data type.
ListDataType list_type = 2;
ListDataType list_data_type = 2;
// A reference data type.
ReferenceDataType reference_type = 3;
ReferenceDataType reference_data_type = 3;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment