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