Render · Schema

envSpecificDetailsPOST

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-envspecificdetailspost-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/envSpecificDetailsPOST",
  "title": "envSpecificDetailsPOST",
  "oneOf": [
    {
      "$ref": "#/components/schemas/dockerDetailsPOST"
    },
    {
      "$ref": "#/components/schemas/nativeEnvironmentDetailsPOST"
    }
  ]
}