aboutsummaryrefslogtreecommitdiff
path: root/schema/tosa.fbs
diff options
context:
space:
mode:
Diffstat (limited to 'schema/tosa.fbs')
-rw-r--r--schema/tosa.fbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/tosa.fbs b/schema/tosa.fbs
index 21d3dad..1975667 100644
--- a/schema/tosa.fbs
+++ b/schema/tosa.fbs
@@ -265,8 +265,8 @@ table NegateAttribute {
}
table CustomAttribute {
- identifier:string;
- config:string;
+ operator_name:string;
+ domain_name:string;
implementation_attrs:[ubyte];
}