1description: > 2 A test interface 3properties: 4 - name: NewValue 5 type: int64 6 - name: OtherValue 7 type: int64 8 flags: 9 - const 10signals: 11 - name: OtherValueChanged 12 properties: 13 - name: Value 14 type: int64 15