UNPKG

@mdf.js/openc2-core

Version:

MMS - API Core - OpenC2

17 lines 659 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.requestId = 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.requestId = { $schema: 'http://json-schema.org/draft-07/schema', $id: 'control.message.requestId.schema.json', title: 'Request identification', description: 'A unique identifier created by the Producer and copied by Consumer into all Responses', type: 'string', }; //# sourceMappingURL=request_id.schema.js.map