Skip to content

Commit

Permalink
Merge pull request #126 from tcdl/fix_schema
Browse files Browse the repository at this point in the history
Fix AMQP messages inconsistency, if completeMeta did not use
  • Loading branch information
galkin authored Oct 21, 2016
2 parents b6c778f + 49622ed commit 2c5f2cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msb",
"version": "0.11.4",
"version": "0.11.5",
"description": "A framework to simplify the implementation of an event-bus oriented microservices architecture",
"license": "MIT",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"properties": {
"ttl": { "type": ["integer", "null"] },
"createdAt": { "type": "string", "format": "date-time" },
"publishedAt": { "type": "string", "format": "date-time" },
"publishedAt": { "type": ["string", "null"], "format": "date-time" },
"durationMs": { "type": ["number", "null"] },
"serviceDetails": { "$ref": "#/definitions/serviceDetails" }
},
Expand Down

0 comments on commit 2c5f2cf

Please sign in to comment.