{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/datadog-software-catalog/_shared/latest--integration_opsgenie.schema.json",
  "description": "An Opsgenie integration schema",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/DataDog/schema/main/service-catalog/v3/integration_opsgenie.schema.json",
    "sourceSha256": "13a3b60e9a8d6aa48fa6140e8b54ae4980171560a6023a8b95b6bb7ed08ca4fe"
  },
  "type": "object",
  "properties": {
    "serviceURL": {
      "type": "string",
      "minLength": 1,
      "description": "The service url for the Opsgenie integration."
    },
    "region": {
      "type": "string",
      "minLength": 1,
      "description": "The region for the Opsgenie integration."
    }
  },
  "required": [
    "serviceURL"
  ],
  "additionalProperties": false
}
