This folder emulates what would be a centralized repo for storing a set of OPIs.
The tree was structured based on a generic naming convention that follows Sys-Sub:Dis-Dev: as suffix for EPICS record names:
weiss-demo-opis/
├── LICENSE
├── README.md
├── Sys1
│ └── Sub1
│ └── Dis
│ └── Dev
│ └── example-opi.json
├── Sys2
│ └── Sub1
│ └── Dis
│ └── Dev
│ └── example-opi.json
└── Sys3
└── Sub1
└── Dis
└── Dev
└── example-opi.json