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