Files
medusa-store/docs/api/admin/components/schemas/FeatureFlagsResponse.yaml
T

14 lines
239 B
YAML

type: array
items:
type: object
required:
- key
- value
properties:
key:
description: The key of the feature flag.
type: string
value:
description: The value of the feature flag.
type: boolean