mirror of
https://github.com/openai/codex.git
synced 2026-05-18 10:12:59 +00:00
15 lines
392 B
JSON
Generated
15 lines
392 B
JSON
Generated
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"description": "Allocate a Codex-managed host path for a staged upload.",
|
|
"properties": {
|
|
"fileName": {
|
|
"description": "User-visible file name. App-server stores only the final path component.",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": [
|
|
"fileName"
|
|
],
|
|
"title": "FsCreateUploadParams",
|
|
"type": "object"
|
|
} |