{popoverContent}
; + } + }; + + return ( +JSON format + * {@code + * { + * "name": "Cool Application", + * "description": "Application that includes multiple cool services", + * "baseQuery": "source = opensearch_sample_database_flights", + * "servicesEntities": [ + * "Payment", + * "Users", + * "Purchase" + * ], + * "traceGroups": [ + * "Payment.auto", + * "Users.admin", + * "Purchase.source" + * ], + * "availabilityLevels": [ + * { + * "label": "Unavailable", + * "color": "#D36086", + * "condition": "when errorRate() is above or equal to 2%", + * "order": "0", + * } + * ], + * } + * }+ */ + +internal data class Application( + val name: String?, + val description: String?, + val baseQuery: String?, + val servicesEntities: List