{ "type": "object", "description": "Input payload for creating or updating a feature flag", "name": "FeatureFlagInput", "properties": { "defaultState": { "type": "string", "description": "The state of a feature flag", "enum": [ "ON", "OFF", "ABSENT" ] } }, "required": [ "defaultState" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }