UNPKG

@mdf.js/openc2-core

Version:

MMS - API Core - OpenC2

17 lines 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.created = 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.created = { $schema: 'http://json-schema.org/draft-07/schema', $id: 'control.message.created.schema.json', title: 'Created', description: 'Creation date/time of the content', type: 'number', }; //# sourceMappingURL=created.schema.js.map