Render · Schema

environmentPATCHInput

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
name string
networkIsolationEnabled object
protectedStatus object
ipAllowList array
View JSON Schema on GitHub

JSON Schema

render-environmentpatchinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/environmentPATCHInput",
  "title": "environmentPATCHInput",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "networkIsolationEnabled": {
      "$ref": "#/components/schemas/networkIsolationEnabled"
    },
    "protectedStatus": {
      "$ref": "#/components/schemas/protectedStatus"
    },
    "ipAllowList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/cidrBlockAndDescription"
      }
    }
  }
}