Skip to content
Developer Preview

OutputRefAvailability

Whether a stored output’s bytes are servable. Open — durable runtime vocabulary may grow additively.

  • "accessFailed"
  • "available"
  • "missing"
  • "unsupported"
Source

schema/msp/experimental/msp.schema.json#/types/OutputRefAvailability

{
"description": "Whether a stored output's bytes are servable. Open —\ndurable runtime vocabulary may grow additively.",
"enum": [
"available",
"missing",
"unsupported",
"accessFailed"
],
"type": "string",
"x-msp-openness": "open"
}