{
  "description": "Auto-generated derived type for KumaEntitySpec via `CustomResource`",
  "properties": {
    "spec": {
      "additionalProperties": false,
      "properties": {
        "config": {
          "additionalProperties": true,
          "type": "object"
        }
      },
      "required": [
        "config"
      ],
      "type": "object"
    }
  },
  "required": [
    "spec"
  ],
  "title": "KumaEntity",
  "type": "object"
}