{
  "description": "GrafanaNotificationChannel is the Schema for the GrafanaNotificationChannels API",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "GrafanaNotificationChannelSpec defines the desired state of GrafanaNotificationChannel",
      "properties": {
        "json": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      },
      "required": [
        "json",
        "name"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "description": "GrafanaNotificationChannelStatus defines the observed state of GrafanaNotificationChannel",
      "properties": {
        "hash": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "message": {
          "type": "string"
        },
        "phase": {
          "type": "string"
        },
        "uid": {
          "type": "string"
        }
      },
      "required": [
        "hash",
        "id",
        "message",
        "phase",
        "uid"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
