Untitled

 avatar
unknown
json
4 years ago
1.3 kB
4
Indexable
{
    "1st-feature-flag": {
        "createdAt": 1639043672950,
        "createdBy": "system@acme.org",
        "description": "First feature flag",
        "id": "1st-feature-flag",
        "ignoreUpdates": false,
        "lastUpdatedAt": 1639043672950,
        "lastUpdatedBy": "system@acme.org",
        "publicFlag": false,
        "tags": [
            "poc",
            "test"
        ],
        "toggleType": "BOOLEAN"
    },
    "2nd-feature-flag": {
        "createdAt": 1639043672960,
        "createdBy": "system@acme.org",
        "description": "Second feature flag",
        "id": "2nd-feature-flag",
        "ignoreUpdates": false,
        "lastUpdatedAt": 1639043672960,
        "lastUpdatedBy": "system@acme.org",
        "publicFlag": true,
        "tags": [
            "poc",
            "test"
        ],
        "toggleType": "BOOLEAN"
    },
    "3rd-feature-flag": {
        "createdAt": 1639043672970,
        "createdBy": "system@acme.org",
        "description": "Third feature flag",
        "id": "3rd-feature-flag",
        "ignoreUpdates": true,
        "lastUpdatedAt": 1639043672970,
        "lastUpdatedBy": "system@acme.org",
        "publicFlag": false,
        "tags": [
            "poc",
            "test"
        ],
        "toggleType": "BOOLEAN"
    }
}
Editor is loading...