@azure/eventgrid
Version:
An isomorphic client library for the Azure Event Grid service.
20 lines • 552 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.cloudEventReservedPropertyNames = void 0;
/**
* Property names defined by the CloudEvents 1.0 specification, these may not be reused as the names of extension properties.
*/
exports.cloudEventReservedPropertyNames = [
"specversion",
"id",
"source",
"type",
"datacontenttype",
"dataschema",
"subject",
"time",
"data",
];
//# sourceMappingURL=models.js.map