@mdf.js/openc2-core
Version:
MMS - API Core - OpenC2
19 lines • 636 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.status = 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.status = {
$schema: 'http://json-schema.org/draft-07/schema',
$id: 'control.message.status.schema.json',
title: 'Response status',
description: 'An integer status code (similar to HTTP codes)',
type: 'number',
minimum: 100,
maximum: 599,
};
//# sourceMappingURL=status.schema.js.map