New Relic · Schema

SyntheticsCondition

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
synthetics_condition object
View JSON Schema on GitHub

JSON Schema

new-relic-syntheticscondition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SyntheticsCondition",
  "title": "SyntheticsCondition",
  "type": "object",
  "properties": {
    "synthetics_condition": {
      "$ref": "#/components/schemas/SyntheticsConditionBody"
    }
  }
}