summaryrefslogtreecommitdiffstats
path: root/common/commands/inspection.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'common/commands/inspection.fbs')
-rw-r--r--common/commands/inspection.fbs12
1 files changed, 12 insertions, 0 deletions
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 @@
1namespace Akonadi2.Commands;
2
3table Inspection {
4 id: string;
5 type: int;
6 entityId: string;
7 domainType: string;
8 property: string;
9 expectedValue: string;
10}
11
12root_type Inspection;