{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CredentialResults",
"type": "object",
"description": "The list of credential result response.",
"properties": {
"kubeconfigs": {
"type": "array",
"description": "The list of kubeconfigs."
}
}
}