{
  "oneOf": [
    {
      "type": "object",
      "properties": {
        "teams": {
          "type": "array",
          "description": "The slug values for teams",
          "items": {
            "type": "string"
          }
        }
      },
      "required": [
        "teams"
      ]
    },
    {
      "type": "array",
      "description": "The slug values for teams",
      "items": {
        "type": "string"
      }
    }
  ],
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}