From a66c32efa5960c92210f11d628adbf35c726091a Mon Sep 17 00:00:00 2001 From: Shreyaschorge Date: Tue, 19 Dec 2023 23:16:24 +0530 Subject: [PATCH] Add object and created_at property in Channel Schema --- src/v2/spec.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 29be110..defb61f 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -466,6 +466,7 @@ components: required: - id - url + - object properties: id: type: string @@ -475,6 +476,12 @@ components: type: string description: type: string + object: + type: string + enum: + - channel + created_at: + type: number image_url: type: string lead: