Storage Compartment

Type: component | Size: various | Extends: Segment
PROBLEM

Things need to be put in things.

SOLUTION

A storage compartment.

EXTENDS
Inputs
Outputs
TREE
AVAILABLE INPUTS
AVAILABLE OUTPUTS
Schema
                            {
    "id": "comp_storage",
    "name": "Storage Compartment",
    "type": "component",
    "inputs": [],
    "outputs": [],
    "passthru": [],
    "children": [],
    "extends": {
        "id": "comp_segment",
        "name": "Segment",
        "type": "component",
        "inputs": [],
        "outputs": [],
        "passthru": [],
        "children": [],
        "tree": [],
        "extends": null,
        "problem": "There are not enough burritos.",
        "description": "A standardized building block of the whole MTREES Universe, called the Burrito Builder. Each segment hosts one or more components and connects above and below via universal locking collar. Stack as many as the ceiling allows."
    },
    "size": "various",
    "problem": "Things need to be put in things.",
    "description": "A storage compartment.",
    "template": "component"
}