AB Tasty · JSON Structure

Decision Api Flags Response Structure

Object with flag keys as properties

Type: object Properties: 0
AggregationExperimentationFeature FlagsPersonalizationA/B Testing

FlagsResponse is a JSON Structure definition published by AB Tasty. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ab-tasty/refs/heads/main/json-structure/decision-api-flags-response-structure.json",
  "name": "FlagsResponse",
  "description": "Object with flag keys as properties",
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/Flag"
  }
}