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
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