{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--datadog-dashboards-dashboard.json",
  "title": "DatadogDashboardsDashboardProperties",
  "description": "Datadog Dashboard 2.1.0. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/datadog-dashboards-dashboard.json",
    "sourceSha256": "9ec3fea2065e928f6306d0eb4f9062b05398db17e9100cfcb2c9cc13778eeba9"
  },
  "type": "object",
  "properties": {
    "DashboardDefinition": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "JSON string of the dashboard definition"
    }
  },
  "typeName": "Datadog::Dashboards::Dashboard",
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "typeConfiguration": {
    "properties": {
      "DatadogCredentials": {
        "$ref": "#/definitions/DatadogCredentials"
      }
    },
    "additionalProperties": false
  },
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Url"
  ],
  "$defs": {
    "DatadogCredentials": {
      "description": "Credentials for the Datadog API",
      "properties": {
        "ApiKey": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Datadog API key"
        },
        "ApplicationKey": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Datadog application key"
        },
        "ApiURL": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "Datadog API URL (defaults to <https://api.datadoghq.com)> Use <https://api.datadoghq.eu> for EU accounts."
        }
      },
      "required": [
        "ApiKey",
        "ApplicationKey"
      ],
      "type": "object",
      "title": "DatadogDashboardsDashboardDatadogCredentialsDefinition",
      "additionalProperties": false
    }
  },
  "required": [
    "DashboardDefinition"
  ]
}
