ApiSchemas
SandboxResumedFrom
One shape from the contract, as it appears on the wire.
Used by sessions.annotate, sessions.events, sessions.send
Referenced from SandboxResumedEvent
JSON Schema
{
"type": "string",
"enum": [
"snapshot",
"attach",
"fresh"
]
}