StreamRef
One raw stream named by a [SourceRange].
Fields and variants
Section titled “Fields and variants”idkind
Source
schema/msp/experimental/msp.schema.json#/types/StreamRef
{ "description": "One raw stream named by a [`SourceRange`].", "properties": { "id": { "description": "The stream id.", "type": "string" }, "kind": { "description": "The stream kind, verbatim raw-log vocabulary (e.g. `\"run\"`,\n`\"session\"`). A free string, not an enum: `sourceRange` is an opaque\nprovenance token in v1 and the raw stream vocabulary is the deferred\n altitude's to freeze.", "type": "string" } }, "required": [ "id", "kind" ], "type": "object"}