diff --git a/api-spec/schemas/apitypes.yaml b/api-spec/schemas/apitypes.yaml index 599248f..456bc07 100644 --- a/api-spec/schemas/apitypes.yaml +++ b/api-spec/schemas/apitypes.yaml @@ -118,6 +118,9 @@ WakuMessage: format: int64 ephemeral: type: boolean + meta: + type: string + format: byte required: - payload - contentTopic @@ -146,6 +149,11 @@ RelayWakuMessage: type: number timestamp: type: number + ephemeral: + type: boolean + meta: + type: string + format: byte required: - payload