-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added schemas for Activity events. #52
Added schemas for Activity events. #52
Conversation
Partial resolution of issue #33. |
Also fixed errors in EiffelActivityFinishedEvent example, discovered when applying the schema.
50714f8
to
b1c475a
Compare
"additionalProperties": false | ||
} | ||
} | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't outcome be required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Of course it should :)
Fixed.
To make the Activity events complete we need a schema for EiffelActivityCanceledEvent as well. |
The PR already includes a schema for EiffelActivityCanceledEvent? |
I can see it now. Then I have no further comments on this. |
Also fixed errors in EiffelActivityFinishedEvent example, discovered when applying the schema.