@mdf.js/openc2-core
Version:
MMS - API Core - OpenC2
17 lines • 617 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.from = 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.from = {
$schema: 'http://json-schema.org/draft-07/schema',
$id: 'control.message.from.schema.json',
title: 'From',
description: 'Authenticated identifier of the creator of or authority for execution of a message',
type: 'string',
};
//# sourceMappingURL=from.schema.js.map