16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"schema": {
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"properties": {
|
|
"apiKey": {
|
|
"type": "string",
|
|
"description": "",
|
|
"default": "keyXXXXXXXXXXXXXX"
|
|
}
|
|
},
|
|
"required": [],
|
|
"type": "object"
|
|
},
|
|
"description": "Example Description"
|
|
}
|