UNPKG

@mdf.js/openc2-core

Version:

MMS - API Core - OpenC2

19 lines 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.port = void 0; /** * Copyright 2024 Mytra Control S.L. All rights reserved. * * Use of this source code is governed by an MIT-style license that can be found in the LICENSE file * or at https://opensource.org/licenses/MIT. */ exports.port = { $schema: 'http://json-schema.org/draft-07/schema', $id: 'control.message.command.target.port.schema.json', title: 'Port', description: 'Transport Protocol Port Number, RFC 6335', type: 'integer', minimum: 0, maximum: 65535, }; //# sourceMappingURL=port.schema.js.map