UNPKG

@mdf.js/openc2-core

Version:

MMS - API Core - OpenC2

41 lines 1.03 kB
/** * 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. */ export declare const ipv6connection: { $schema: string; $id: string; title: string; type: string; properties: { src_addr: { title: string; description: string; $ref: string; }; src_port: { title: string; description: string; $ref: string; }; dst_addr: { title: string; description: string; $ref: string; }; dst_port: { title: string; description: string; $ref: string; }; protocol: { description: string; $ref: string; }; }; minProperties: number; additionalProperties: boolean; }; //# sourceMappingURL=ipv6connection.schema.d.ts.map