('data_usage_key',openedx.core.djangoapps.xmodule_django.models.UsageKeyField(unique=True,max_length=255,verbose_name='Identifier of the data being collected.')),
('data_version',models.CharField(max_length=255,null=True,verbose_name='Version of the data at the time of collection.',blank=True)),
('data_edit_timestamp',models.DateTimeField(null=True,verbose_name='Edit timestamp of the data at the time of collection.',blank=True)),
('transformers_schema_version',models.CharField(max_length=255,verbose_name='Representation of the schema version of the transformers used during collection.')),
('block_structure_schema_version',models.CharField(max_length=255,verbose_name='Version of the block structure schema at the time of collection.')),