New Relic · JSON Structure

Openapi Ijkterms Type Structure

IJKTermsType schema

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

duration operator priority threshold time_function

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-ijkterms-type-structure.json",
  "name": "IJKTermsType",
  "description": "IJKTermsType schema",
  "type": "object",
  "properties": {
    "duration": {
      "type": "string",
      "example": "example_string"
    },
    "operator": {
      "type": "string",
      "example": "example_string"
    },
    "priority": {
      "type": "string",
      "example": "example_string"
    },
    "threshold": {
      "type": "string",
      "example": "example_string"
    },
    "time_function": {
      "type": "string",
      "example": "example_string"
    }
  }
}