Render · Schema

dockerDetailsPOST

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
dockerCommand string
dockerContext string
dockerfilePath string Defaults to "./Dockerfile"
registryCredentialId string
View JSON Schema on GitHub

JSON Schema

render-dockerdetailspost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/dockerDetailsPOST",
  "title": "dockerDetailsPOST",
  "type": "object",
  "properties": {
    "dockerCommand": {
      "type": "string"
    },
    "dockerContext": {
      "type": "string"
    },
    "dockerfilePath": {
      "type": "string",
      "description": "Defaults to \"./Dockerfile\""
    },
    "registryCredentialId": {
      "type": "string"
    }
  }
}