diff --git a/api-spec/schemas/apitypes.yaml b/api-spec/schemas/apitypes.yaml index 3fd1a41..2d07377 100644 --- a/api-spec/schemas/apitypes.yaml +++ b/api-spec/schemas/apitypes.yaml @@ -122,12 +122,12 @@ WakuMessage: WakuMessageKeyValue: type: object properties: - message_hash: + messageHash: type: string message: $ref: '#/components/schemas/WakuMessage' required: - - message_hash + - messageHash - message StoreQueryResponse: @@ -211,7 +211,7 @@ StoreResponse: $ref: '#/WakuMessage' cursor: $ref: '#/HistoryCursor' - error_message: + errorMessage: type: string required: - messages