mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
21 lines
324 B
JSON
21 lines
324 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"id": {
|
|
"type": "string"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"path": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"id",
|
|
"name",
|
|
"path"
|
|
],
|
|
"title": "SkillsRemoteWriteResponse",
|
|
"type": "object"
|
|
} |