mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"properties": {
|
|
"logId": {
|
|
"format": "uint64",
|
|
"minimum": 0.0,
|
|
"type": "integer"
|
|
},
|
|
"offset": {
|
|
"format": "uint",
|
|
"minimum": 0.0,
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"logId",
|
|
"offset"
|
|
],
|
|
"title": "HistoryEntryReadParams",
|
|
"type": "object"
|
|
} |