Deprecate EnumVal.object (#6612)

Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
Casper
2021-05-13 17:57:36 -04:00
committed by GitHub
parent c121c03456
commit 04b10f5a3a
7 changed files with 73 additions and 91 deletions

View File

@@ -48,7 +48,7 @@ table KeyValue {
table EnumVal {
name:string (required);
value:long (key);
object:Object; // Will be deprecated in favor of union_type in the future.
object:Object (deprecated);
union_type:Type;
documentation:[string];
}