{
  "description": "Silence is the Schema for the silences API.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore 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.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "SilenceSpec defines the desired state of Silence.",
      "properties": {
        "issue_url": {
          "description": "IssueURL is a link to a GitHub issue describing the problem.",
          "type": "string"
        },
        "matchers": {
          "items": {
            "properties": {
              "isEqual": {
                "type": "boolean"
              },
              "isRegex": {
                "type": "boolean"
              },
              "name": {
                "type": "string"
              },
              "value": {
                "type": "string"
              }
            },
            "required": [
              "name",
              "value"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "owner": {
          "description": "Owner is GitHub username of a person who created and/or owns the silence.",
          "type": "string"
        },
        "postmortem_url": {
          "description": "PostmortemURL is a link to a document describing the problem.\nDeprecated: Use IssueURL instead.",
          "type": "string"
        },
        "targetTags": {
          "items": {
            "properties": {
              "name": {
                "type": "string"
              },
              "value": {
                "type": "string"
              }
            },
            "required": [
              "name",
              "value"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        }
      },
      "required": [
        "matchers"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "required": [
    "metadata",
    "spec"
  ],
  "type": "object"
}
