OutputRefAvailability
Whether a stored output’s bytes are servable. Open — durable runtime vocabulary may grow additively.
Fields and variants
Section titled “Fields and variants”"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"}