Render · Schema

dockerDetailsPATCH

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
dockerCommand string
dockerContext string
dockerfilePath string
registryCredentialId string
View JSON Schema on GitHub

JSON Schema

render-dockerdetailspatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dockerDetailsPATCH",
  "title": "dockerDetailsPATCH",
  "type": "object",
  "properties": {
    "dockerCommand": {
      "type": "string"
    },
    "dockerContext": {
      "type": "string"
    },
    "dockerfilePath": {
      "type": "string"
    },
    "registryCredentialId": {
      "type": "string"
    }
  }
}