{ "type": "string", "description": "The state of a feature flag", "name": "FlagState", "enum": [ "ON", "OFF", "ABSENT" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }