mirror of https://github.com/open-feature/cli.git
20 lines
543 B
JSON
20 lines
543 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/open-feature/cli/refs/heads/main/schema/v0/flag_manifest.json",
|
|
"flags": {
|
|
"darkMode": {
|
|
"flagType": "boolean",
|
|
"description": "Enable dark mode",
|
|
"defaultValue": false
|
|
},
|
|
"backgroundColor": {
|
|
"flagType": "string",
|
|
"description": "Background color for the application",
|
|
"defaultValue": "white"
|
|
},
|
|
"maxItems": {
|
|
"flagType": "integer",
|
|
"description": "Maximum number of items to display",
|
|
"defaultValue": 10
|
|
}
|
|
}
|
|
} |