"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.desc = void 0; var action_1 = require("oak-domain/lib/actions/action"); exports.desc = { attributes: { url: { notNull: true, type: "varchar", params: { length: 64 } }, apiPath: { notNull: true, type: "varchar", params: { length: 32 } }, protocol: { notNull: true, type: "enum", enumeration: ["http", "https"] }, port: { notNull: true, type: "int", params: { width: 2, signed: true } }, systemId: { notNull: true, type: "ref", ref: "system" } }, actionType: "crud", actions: action_1.genericActions };