{{breadcrumbs}}
gemini_key_template.104a.bejson
SCHEMA DEFINITION
| Name | Type | Scope |
|---|---|---|
| key_slot | integer | COMMON |
| key | string | COMMON |
APIKEY
| key_slot | key |
|---|---|
| 1 | YOUR_GEMINI_KEY_1_HERE |
| 2 | YOUR_GEMINI_KEY_2_HERE |
| 3 | YOUR_GEMINI_KEY_3_HERE |
| 4 | YOUR_GEMINI_KEY_4_HERE |
| 5 | YOUR_GEMINI_KEY_5_HERE |
| 6 | YOUR_GEMINI_KEY_6_HERE |
| 7 | YOUR_GEMINI_KEY_7_HERE |
| 8 | YOUR_GEMINI_KEY_8_HERE |
| 9 | YOUR_GEMINI_KEY_9_HERE |
| 10 | YOUR_GEMINI_KEY_10_HERE |
RAW BEJSON SOURCE
FILE // gemini_key_template.104a.bejson
{
"Format": "BEJSON",
"Format_Version": "104a",
"Format_Creator": "Elton Boehnen",
"Schema_Name": "GeminiKeyTemplate",
"Records_Type": [
"ApiKey"
],
"Fields": [
{
"name": "key_slot",
"type": "integer"
},
{
"name": "key",
"type": "string"
}
],
"Values": [
[
1,
"YOUR_GEMINI_KEY_1_HERE"
],
[
2,
"YOUR_GEMINI_KEY_2_HERE"
],
[
3,
"YOUR_GEMINI_KEY_3_HERE"
],
[
4,
"YOUR_GEMINI_KEY_4_HERE"
],
[
5,
"YOUR_GEMINI_KEY_5_HERE"
],
[
6,
"YOUR_GEMINI_KEY_6_HERE"
],
[
7,
"YOUR_GEMINI_KEY_7_HERE"
],
[
8,
"YOUR_GEMINI_KEY_8_HERE"
],
[
9,
"YOUR_GEMINI_KEY_9_HERE"
],
[
10,
"YOUR_GEMINI_KEY_10_HERE"
]
]
}