Lines Matching +full:object +full:- +full:schema
1 // This schema defines objects that represent a parsed schema, like
38 index:int = -1; // If base_type == Object, index into "objects" below.
57 object:Object (deprecated);
89 /// If the field uses 64-bit offsets.
93 table Object { // Used for both tables and structs.
101 /// File that this Object is declared in.
107 request:Object (required); // must be a table (not a struct)
108 response:Object (required); // must be a table (not a struct)
122 /// New schema language features that are not supported by old code generators.
140 table Schema {
141 objects:[Object] (required); // Sorted.
145 root_table:Object;
153 root_type Schema;