summaryrefslogtreecommitdiffstats
path: root/common/domain/addressbook.fbs
blob: c2bda2bcc0b5ecfe82e38621816d1d3fd737af7f (plain)
1
2
3
4
5
6
7
8
9
namespace Sink.ApplicationDomain.Buffer;

table Addressbook {
  name:string;
  parent:string;
}

root_type Addressbook;
file_identifier "AKFB";