Render · Schema

envVarKeyGenerateValue

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
key string
generateValue boolean
View JSON Schema on GitHub

JSON Schema

render-envvarkeygeneratevalue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/envVarKeyGenerateValue",
  "title": "envVarKeyGenerateValue",
  "type": "object",
  "required": [
    "key",
    "generateValue"
  ],
  "properties": {
    "key": {
      "type": "string"
    },
    "generateValue": {
      "type": "boolean"
    }
  }
}