*/
@Test
public void chainOfDependenciesIncludingMoreDimensionedVariantProperties() throws Exception {
String idPrefix = newIdPrefix();
final SchemaId dummyVtag = ids.getSchemaId(UUID.randomUUID());
final SchemaId linkField1 = ids.getSchemaId(UUID.randomUUID());
final SchemaId field = ids.getSchemaId(UUID.randomUUID());
final RecordId dependant = ids.newRecordId(idPrefix + "dependant");
final RecordId dependantWithProp1 = ids.newRecordId(idPrefix + "dependant", ImmutableMap.of("prop1", "x"));
final RecordId dependency1 = ids.newRecordId(idPrefix + "dependency1");
final RecordId dependency1WithProp2 = ids.newRecordId(idPrefix + "dependency1", ImmutableMap.of("prop2", "y"));