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" } };