fix: camelCase vs snake_case (#3)

This commit is contained in:
richΛrd 2023-11-14 08:34:42 -04:00 committed by GitHub
parent b457cb9397
commit d5ab3e91e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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