blob: a11fb7f1504e026ecc073772c3fc8a21b6ae1a39 [file] [log] [blame]
// Bundled Schema
//
// Describes a collection of binary flatbuffer schema.
//
namespace bluetooth.dumpsys;
table BundledSchemaMap {
name:string;
data:[ubyte];
}
table BundledSchema {
title:string;
root_name:string;
map:[BundledSchemaMap];
}
root_type BundledSchema;