{
  "oneOf": [
    {
      "type": "object",
      "properties": {
        "contexts": {
          "type": "array",
          "description": "The name of the status checks",
          "items": {
            "type": "string"
          }
        }
      },
      "required": [
        "contexts"
      ]
    },
    {
      "type": "array",
      "description": "The name of the status checks",
      "items": {
        "type": "string"
      }
    }
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}