Split · Schema

EnvironmentRef

A reference to an environment

ExperimentationFeature FlagsFeature ManagementRolloutsSDKs

Properties

Name Type Description
id string Unique identifier of the environment
name string Name of the environment
View JSON Schema on GitHub

JSON Schema

split-environmentref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentRef",
  "title": "EnvironmentRef",
  "type": "object",
  "description": "A reference to an environment",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier of the environment"
    },
    "name": {
      "type": "string",
      "description": "Name of the environment"
    }
  }
}