{
  "$id": "https://hash.ai/@h/types/property-type/enabled-feature-flags/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "A list of identifiers for a feature flags that are enabled.",
  "kind": "propertyType",
  "oneOf": [
    {
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/text/v/1"
          }
        ]
      },
      "type": "array"
    }
  ],
  "title": "Enabled Feature Flags"
}