Render · Schema

cronJobDetailsPATCH

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
envSpecificDetails object
plan object
schedule string
runtime object
View JSON Schema on GitHub

JSON Schema

render-cronjobdetailspatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cronJobDetailsPATCH",
  "title": "cronJobDetailsPATCH",
  "type": "object",
  "properties": {
    "envSpecificDetails": {
      "$ref": "#/components/schemas/envSpecificDetailsPATCH"
    },
    "plan": {
      "$ref": "#/components/schemas/paidPlan"
    },
    "schedule": {
      "type": "string"
    },
    "runtime": {
      "$ref": "#/components/schemas/serviceRuntime"
    }
  }
}