mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
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"
|
|
} |