1definitions: 2 transitive-2.1: 3 type: object 4 properties: 5 prop4: 6 type: integer 7 uniqueName1: 8 type: object 9 properties: 10 prop5: 11 type: integer 12 uniqueName2: 13 type: object 14 properties: 15 prop6: 16 type: integer 17 uniqueName4: 18 type: object 19 properties: 20 prop10: 21 type: string 22 a: 23 type: object 24 properties: 25 b: 26 type: integer 27 b: 28 type: object 29 properties: 30 c: 31 type: integer