Represents the API reference configuration and playground settings for Mintlify.
public class ApiConfig
[JsonPropertyName("asyncapi")] public object AsyncApi { get; set; }
[JsonPropertyName("openapi")] public object OpenApi { get; set; }