AB Tasty · Schema

FlagsResponse

Object with flag keys as properties

AggregationExperimentationFeature FlagsPersonalizationA/B Testing
View JSON Schema on GitHub

JSON Schema

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