Skip to content

Commit

Permalink
event-protocol: Tidy up schema titles and add descriptions (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Mar 4, 2017
1 parent d073e7b commit a920f06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion event-protocol/schemas/attachment.json
@@ -1,6 +1,7 @@
{
"id": "https://raw.github.com/cucumber/cucumber/master/event-protocol/schemas/attachment.json#",
"title": "source",
"title": "attachment",
"description": "Event describing a specification document, containing executable examples",
"type": "object",
"properties": {
"type": {
Expand Down
2 changes: 1 addition & 1 deletion event-protocol/schemas/defs.json
@@ -1,7 +1,7 @@
{
"id": "https://raw.github.com/cucumber/cucumber/master/event-protocol/schemas/defs.json#",
"title": "definitions",
"description": "re-usable parts of the schema",
"description": "Re-usable parts of the schema, referenced by others",
"timestamp": {
"description": "Milliseconds since epoch",
"type": "integer",
Expand Down
1 change: 1 addition & 0 deletions event-protocol/schemas/source.json
@@ -1,6 +1,7 @@
{
"id": "https://raw.github.com/cucumber/cucumber/master/event-protocol/schemas/source.json#",
"title": "source",
"description": "Describes a specification document that contains executable examples",
"type": "object",
"properties": {
"type": {
Expand Down
1 change: 1 addition & 0 deletions event-protocol/schemas/start.json
@@ -1,6 +1,7 @@
{
"id": "https://raw.github.com/cucumber/cucumber/master/event-protocol/schemas/start.json#",
"title": "start",
"description": "Signals the start of an event stream",
"type": "object",
"properties": {
"type": {
Expand Down

0 comments on commit a920f06

Please sign in to comment.