Render · Schema

envSpecificDetailsPATCH

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-envspecificdetailspatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/envSpecificDetailsPATCH",
  "title": "envSpecificDetailsPATCH",
  "oneOf": [
    {
      "$ref": "#/components/schemas/dockerDetailsPATCH"
    },
    {
      "$ref": "#/components/schemas/nativeEnvironmentDetailsPATCH"
    }
  ]
}