A DataEncoding where the serialized form does not omit optional or default values and adds additional descriptive text.
Note 1 to entry: VerboseEncodings are used when the consumers of the data do not have access to schema information and rely on the self-describing nature of DataEncodings such as JSON
Note 2 to entry: A VerboseEncoding is only defined for the JSON DataEncoding.