New Relic · Schema

SyntheticsConditionResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
synthetics_condition object
View JSON Schema on GitHub

JSON Schema

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