UNPKG

@golemio/energetics

Version:
18 lines 543 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.accessConfigurationJsonSchema = void 0; exports.accessConfigurationJsonSchema = { type: "array", items: { type: "object", properties: { group_name: { type: "string" }, organization_ids: { type: "array", items: { type: "integer" }, }, }, required: ["group_name", "organization_ids"], }, }; //# sourceMappingURL=AccessConfigurationJsonSchema.js.map