From 2cb26395ebd1bcfca992c86e254acb0f1b26d57c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Tue, 25 Jun 2019 10:52:55 -0300 Subject: [PATCH] Add structured attributes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/bindings/http/constants.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/bindings/http/constants.js b/lib/bindings/http/constants.js index 6097bb0..aa4f5c0 100644 --- a/lib/bindings/http/constants.js +++ b/lib/bindings/http/constants.js @@ -16,5 +16,16 @@ module.exports = { TIME : "ce-time", SCHEMA_URL : "ce-schemaurl", EXTENSIONS_PREFIX : "ce-" + }, + + STRUCTURED_ATTRS_02 : { + TYPE : "type", + SPEC_VERSION : "specversion", + SOURCE : "source", + ID : "id", + TIME : "time", + SCHEMA_URL : "schemaurl", + CONTENT_TYPE : "contenttype", + DATA : "data" } };