Files
medusa-store/docs/api/store/components/schemas/FeatureFlagsResponse.yaml
2023-04-04 21:02:44 +03:00

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