New Relic · JSON Structure

Openapi Condition Response Structure

ConditionResponse schema

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ConditionResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

condition

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-condition-response-structure.json",
  "name": "ConditionResponse",
  "description": "ConditionResponse schema",
  "type": "object",
  "properties": {
    "condition": {
      "$ref": "#/components/schemas/ConditionResponseType"
    }
  }
}