From d8cd2d6585507a4e40881092a633ec1a80b14dd9 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 18 Jan 2016 15:17:30 +0100 Subject: Draft of inspection API --- common/commands/inspection.fbs | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 common/commands/inspection.fbs (limited to 'common/commands/inspection.fbs') diff --git a/common/commands/inspection.fbs b/common/commands/inspection.fbs new file mode 100644 index 0000000..aaae1ae --- /dev/null +++ b/common/commands/inspection.fbs @@ -0,0 +1,12 @@ +namespace Akonadi2.Commands; + +table Inspection { + id: string; + type: int; + entityId: string; + domainType: string; + property: string; + expectedValue: string; +} + +root_type Inspection; -- cgit v1.2.3