Fix number typo
This commit is contained in:
parent
105a18c0ac
commit
3ffc525d48
@ -91,7 +91,7 @@ components:
|
|||||||
ActivateTicketEvent:
|
ActivateTicketEvent:
|
||||||
properties:
|
properties:
|
||||||
eventId:
|
eventId:
|
||||||
example: 1,
|
example: 1
|
||||||
type: number
|
type: number
|
||||||
eventType:
|
eventType:
|
||||||
example: ACTIVATE_TICKET
|
example: ACTIVATE_TICKET
|
||||||
@ -131,7 +131,7 @@ components:
|
|||||||
CreateBarcodeEvent:
|
CreateBarcodeEvent:
|
||||||
properties:
|
properties:
|
||||||
eventId:
|
eventId:
|
||||||
example: 2,
|
example: 2
|
||||||
type: number
|
type: number
|
||||||
eventType:
|
eventType:
|
||||||
example: CREATE_BARCODE
|
example: CREATE_BARCODE
|
||||||
@ -171,7 +171,7 @@ components:
|
|||||||
CreateTicketEvent:
|
CreateTicketEvent:
|
||||||
properties:
|
properties:
|
||||||
eventId:
|
eventId:
|
||||||
example: 0,
|
example: 0
|
||||||
type: number
|
type: number
|
||||||
eventType:
|
eventType:
|
||||||
example: CREATE_TICKET
|
example: CREATE_TICKET
|
||||||
@ -268,7 +268,7 @@ components:
|
|||||||
TapEvent:
|
TapEvent:
|
||||||
properties:
|
properties:
|
||||||
eventId:
|
eventId:
|
||||||
example: 5,
|
example: 5
|
||||||
type: number
|
type: number
|
||||||
eventType:
|
eventType:
|
||||||
example: TAP
|
example: TAP
|
||||||
@ -347,7 +347,7 @@ components:
|
|||||||
InspectTicketEvent:
|
InspectTicketEvent:
|
||||||
properties:
|
properties:
|
||||||
eventId:
|
eventId:
|
||||||
example: 3,
|
example: 3
|
||||||
type: number
|
type: number
|
||||||
eventType:
|
eventType:
|
||||||
example: INSPECT_TICKET
|
example: INSPECT_TICKET
|
||||||
@ -390,7 +390,7 @@ components:
|
|||||||
NotifyEvent:
|
NotifyEvent:
|
||||||
properties:
|
properties:
|
||||||
eventId:
|
eventId:
|
||||||
example: 1185,
|
example: 1185
|
||||||
type: number
|
type: number
|
||||||
eventType:
|
eventType:
|
||||||
example: NOTIFY
|
example: NOTIFY
|
||||||
@ -408,7 +408,7 @@ components:
|
|||||||
example: a9aea0ae-52de-42cd-a2f1-93b80d9af389
|
example: a9aea0ae-52de-42cd-a2f1-93b80d9af389
|
||||||
type: string
|
type: string
|
||||||
sequence:
|
sequence:
|
||||||
example: 2,
|
example: 2
|
||||||
type: number
|
type: number
|
||||||
tapResponseTimeMillis:
|
tapResponseTimeMillis:
|
||||||
example: 402
|
example: 402
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user