codex / codex-rs /app-server-protocol /schema /json /JSONRPCErrorError.json
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
50ae831 verified
Raw
History Blame Contribute Delete
314 Bytes
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"code": {
"format": "int64",
"type": "integer"
},
"data": true,
"message": {
"type": "string"
}
},
"required": [
"code",
"message"
],
"title": "JSONRPCErrorError",
"type": "object"
}