@mdf.js/openc2-core
Version:
MMS - API Core - OpenC2
20 lines • 639 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.to = 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.to = {
$schema: 'http://json-schema.org/draft-07/schema',
$id: 'control.message.to.schema.json',
title: 'To',
description: 'Authenticated identifier(s) of the authorized recipient(s) of a message',
type: 'array',
items: {
type: 'string',
},
};
//# sourceMappingURL=to.schema.js.map