UNPKG

@aige/core

Version:
15 lines (14 loc) 478 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const InventoryItemSchema_1 = __importDefault(require("./InventoryItemSchema")); exports.default = { type: 'array', description: 'The chosen inventory', minItems: 1, maxItems: 5, uniqueItems: true, items: InventoryItemSchema_1.default };