{
  "type": "object",
  "description": "TwingateGroup represents a Group in Twingate.",
  "required": [
    "spec"
  ],
  "properties": {
    "spec": {
      "type": "object",
      "description": "TwingateGroupSpec defines the desired state of TwingateGroup",
      "required": [
        "name"
      ],
      "properties": {
        "id": {
          "type": "string",
          "nullable": true
        },
        "name": {
          "type": "string",
          "description": "Name of the group."
        }
      },
      "additionalProperties": false
    },
    "status": {
      "type": "object",
      "x-kubernetes-preserve-unknown-fields": true
    }
  }
}
