ApiSchemas
BlobRef
One shape from the contract, as it appears on the wire.
Used by blobs.upload, sessions.annotate, sessions.events, sessions.send
Referenced from SessionArtifactEvent, ToolCallOk, UserMessageEvent
JSON Schema
{
"type": "object",
"properties": {
"ref": {
"type": "string",
"minLength": 1
},
"contentType": {
"type": "string",
"minLength": 1
},
"bytes": {
"type": "integer",
"minimum": 0
}
},
"required": [
"ref"
],
"additionalProperties": false
}