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