Render · Schema

webServiceDetailsPATCH

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
envSpecificDetails object
healthCheckPath string
maintenanceMode object
plan object
preDeployCommand string
pullRequestPreviewsEnabled object
previews object
runtime object
maxShutdownDelaySeconds object
renderSubdomainPolicy object
ipAllowList array
cache object
View JSON Schema on GitHub

JSON Schema

render-webservicedetailspatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/webServiceDetailsPATCH",
  "title": "webServiceDetailsPATCH",
  "type": "object",
  "properties": {
    "envSpecificDetails": {
      "$ref": "#/components/schemas/envSpecificDetailsPATCH"
    },
    "healthCheckPath": {
      "type": "string"
    },
    "maintenanceMode": {
      "$ref": "#/components/schemas/maintenanceMode"
    },
    "plan": {
      "$ref": "#/components/schemas/plan"
    },
    "preDeployCommand": {
      "type": "string"
    },
    "pullRequestPreviewsEnabled": {
      "$ref": "#/components/schemas/pullRequestPreviewsEnabled"
    },
    "previews": {
      "$ref": "#/components/schemas/previews"
    },
    "runtime": {
      "$ref": "#/components/schemas/serviceRuntime"
    },
    "maxShutdownDelaySeconds": {
      "$ref": "#/components/schemas/maxShutdownDelaySeconds"
    },
    "renderSubdomainPolicy": {
      "$ref": "#/components/schemas/renderSubdomainPolicy"
    },
    "ipAllowList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/cidrBlockAndDescription"
      }
    },
    "cache": {
      "$ref": "#/components/schemas/cache"
    }
  }
}