New Relic · Schema

ConditionResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
condition object
View JSON Schema on GitHub

JSON Schema

new-relic-conditionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConditionResponse",
  "title": "ConditionResponse",
  "type": "object",
  "properties": {
    "condition": {
      "$ref": "#/components/schemas/ConditionResponseType"
    }
  }
}