Instance Property
variantOverrides
Language-specific overrides for documentation.
var variantOverrides: VariantOverrides?
Discussion
This property holds overrides that clients should apply to the render JSON when processing documentation for specific languages. The overrides are organized by traits (e.g., language) and it’s up to the client to determine which trait is most appropriate for them. For example, a client that wants to process the Objective-C version of documentation should apply the overrides associated with the interfaceLanguage: objc trait.
The overrides are emitted in the JSON Patch format.