From 27e336176a427b9f7c46de9c70be1b626dc54409 Mon Sep 17 00:00:00 2001 From: Marc0x1 Date: Sun, 25 Feb 2024 17:02:29 +0100 Subject: [PATCH] fix uploaded type --- openapitools.json | 7 +++++++ swagger.yaml | 1 + 2 files changed, 8 insertions(+) create mode 100644 openapitools.json diff --git a/openapitools.json b/openapitools.json new file mode 100644 index 0000000..9841a49 --- /dev/null +++ b/openapitools.json @@ -0,0 +1,7 @@ +{ + "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json", + "spaces": 2, + "generator-cli": { + "version": "7.3.0" + } +} diff --git a/swagger.yaml b/swagger.yaml index 884fe0a..0f0ed71 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -713,6 +713,7 @@ components: description: The title of the video. uploaded: type: integer + format: int64 description: The date in unix epoch the video was uploaded. uploadedDate: type: string