{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlagEnvironment", "title": "FlagEnvironment", "type": "object", "description": "Flag configuration for a specific environment", "properties": { "enabled": { "type": "boolean", "description": "Whether the flag is enabled in this environment" }, "ruleset": { "$ref": "#/components/schemas/Ruleset" } } }