Render · Schema

registryCredentialRegistry

The registry to use this credential with

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-registrycredentialregistry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/registryCredentialRegistry",
  "title": "registryCredentialRegistry",
  "type": "string",
  "enum": [
    "GITHUB",
    "GITLAB",
    "DOCKER",
    "GOOGLE_ARTIFACT",
    "AWS_ECR"
  ],
  "description": "The registry to use this credential with"
}