mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
f38d181795
Add API to list / download from remote public skills
17 lines
293 B
JSON
17 lines
293 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"hazelnutId": {
|
|
"type": "string"
|
|
},
|
|
"isPreload": {
|
|
"type": "boolean"
|
|
}
|
|
},
|
|
"required": [
|
|
"hazelnutId",
|
|
"isPreload"
|
|
],
|
|
"title": "SkillsRemoteWriteParams",
|
|
"type": "object"
|
|
} |