Render · Schema

environmentResourcesPOSTInput

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting

Properties

Name Type Description
resourceIds array
View JSON Schema on GitHub

JSON Schema

render-environmentresourcespostinput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/environmentResourcesPOSTInput",
  "title": "environmentResourcesPOSTInput",
  "type": "object",
  "required": [
    "resourceIds"
  ],
  "properties": {
    "resourceIds": {
      "type": "array",
      "items": {
        "type": "string",
        "description": "The ID of an env group, a service, a Postgres database, or a Redis instance"
      }
    }
  }
}