Skip to content

Commit

Permalink
Fix typo, remove statement of format of eid
Browse files Browse the repository at this point in the history
  • Loading branch information
jkliff committed Jan 18, 2016
1 parent ad09f6b commit 6fc80f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/nakadi-event-bus-api.yaml
Expand Up @@ -843,7 +843,6 @@ definitions:
If not present upon reception, Nakadi will generate and fill this with a unique value.
(TBD: enforce UUID formatif set by the client?)
type: string
format: uuid
example: '105a76d8-db49-4144-ace7-e683e8f4ba46'
event_type:
description: |
Expand All @@ -853,7 +852,7 @@ definitions:
If provided MUST match the endpoint. Failure to do so will cause rejection of the Event.
type: string
example: 'pennybags:payment-business-event'
ocurred_at:
occurred_at:
description: |
Timestamp of creation of the Event generated by the producer. Presence is optional but strongly
recommended for producers.
Expand Down

0 comments on commit 6fc80f6

Please sign in to comment.