Split · Schema

Tag

A tag associated with a feature flag

ExperimentationFeature FlagsFeature ManagementRolloutsSDKs

Properties

Name Type Description
name string Name of the tag
View JSON Schema on GitHub

JSON Schema

split-tag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Tag",
  "title": "Tag",
  "type": "object",
  "description": "A tag associated with a feature flag",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of the tag"
    }
  }
}