description: > Example interface for PIM. properties: - name: ExampleProperty2 type: string description: > An example string property. - name: ExampleProperty3 type: int64 description: > An example int64 property. - name: Example_Property4 type: int64 description: > An example int64 property with an underscore in the name. - name: ExampleProperty5 type: array[struct[string, string, string]] description: > An example array property. # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4