fix: camelCase vs snake_case

This commit is contained in:
Richard Ramos 2023-11-09 09:52:25 -04:00
parent b457cb9397
commit cca5907174
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
1 changed files with 6 additions and 6 deletions

View File

@ -174,16 +174,16 @@ StoreResponse:
HistoryCursor:
type: object
properties:
pubsub_topic:
pubsubTopic:
type: string
sender_time:
senderTime:
type: string
store_time:
storeTime:
type: string
digest:
type: string
required:
- pubsub_topic
- sender_time
- store_time
- pubsubTopic
- senderTime
- storeTime
- digest