Type of the resource block.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceBlockType", "title": "Resource block type", "enum": [ "OutOfOrder", "InternalUse" ], "type": "string", "description": "Type of the resource block." }