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