github.com/kyma-project/kyma-environment-broker@v0.0.1/internal/broker/testdata/update-own-cluster-schema-additional-params.json (about)

     1  {
     2    "$schema": "http://json-schema.org/draft-04/schema#",
     3    "_controlsOrder": [
     4      "kubeconfig"
     5    ],
     6    "_show_form_view": true,
     7    "properties": {
     8      "kubeconfig": {
     9        "title": "Kubeconfig contents",
    10        "type": "string"
    11      }
    12    },
    13    "required": [],
    14    "type": "object"
    15  }