Type Definition aligned_media::ExtensionData [] [src]

type ExtensionData = HashMap<String, Value>;

Custom extension data which hasn't been standardized. All custom fields must go in a block of this type, and should generally have names like myapp-attrname, where myapp is the application that uses them. This is a map with string keys and arbitrary JSON values.