From 987691c75843183138d3143710aec9dd74fa6862 Mon Sep 17 00:00:00 2001 From: jellejurre Date: Tue, 8 Oct 2024 09:23:51 +0200 Subject: [PATCH 1/2] Make storeId optional as they seem to have removed it? --- openapi/components/schemas/FavoritedWorld.yaml | 1 - openapi/components/schemas/LimitedWorld.yaml | 1 - openapi/components/schemas/World.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/openapi/components/schemas/FavoritedWorld.yaml b/openapi/components/schemas/FavoritedWorld.yaml index 47da6556..af01cc8d 100644 --- a/openapi/components/schemas/FavoritedWorld.yaml +++ b/openapi/components/schemas/FavoritedWorld.yaml @@ -112,7 +112,6 @@ required: - imageUrl - thumbnailImageUrl - releaseStatus - - storeId - organization - tags - favorites diff --git a/openapi/components/schemas/LimitedWorld.yaml b/openapi/components/schemas/LimitedWorld.yaml index 7b644d19..89ece62d 100644 --- a/openapi/components/schemas/LimitedWorld.yaml +++ b/openapi/components/schemas/LimitedWorld.yaml @@ -97,7 +97,6 @@ required: - imageUrl - thumbnailImageUrl - releaseStatus - - storeId - organization - tags - favorites diff --git a/openapi/components/schemas/World.yaml b/openapi/components/schemas/World.yaml index 65f3d556..054e6c22 100644 --- a/openapi/components/schemas/World.yaml +++ b/openapi/components/schemas/World.yaml @@ -140,7 +140,6 @@ required: - popularity - publicationDate - releaseStatus - - storeId - tags - thumbnailImageUrl - updated_at From 5bc9272b0ab14aaadaabbcbf7a1c5fe9677b978a Mon Sep 17 00:00:00 2001 From: jellejurre Date: Tue, 8 Oct 2024 22:13:53 +0200 Subject: [PATCH 2/2] Remove storeId instead --- openapi/components/schemas/FavoritedWorld.yaml | 3 --- openapi/components/schemas/LimitedWorld.yaml | 3 --- openapi/components/schemas/World.yaml | 3 --- 3 files changed, 9 deletions(-) diff --git a/openapi/components/schemas/FavoritedWorld.yaml b/openapi/components/schemas/FavoritedWorld.yaml index af01cc8d..8fad983b 100644 --- a/openapi/components/schemas/FavoritedWorld.yaml +++ b/openapi/components/schemas/FavoritedWorld.yaml @@ -75,9 +75,6 @@ properties: type: string releaseStatus: $ref: ./ReleaseStatus.yaml - storeId: - type: string - nullable: true tags: description: ' ' items: diff --git a/openapi/components/schemas/LimitedWorld.yaml b/openapi/components/schemas/LimitedWorld.yaml index 89ece62d..e888df1e 100644 --- a/openapi/components/schemas/LimitedWorld.yaml +++ b/openapi/components/schemas/LimitedWorld.yaml @@ -64,9 +64,6 @@ properties: type: string releaseStatus: $ref: ./ReleaseStatus.yaml - storeId: - type: string - nullable: true tags: description: ' ' items: diff --git a/openapi/components/schemas/World.yaml b/openapi/components/schemas/World.yaml index 054e6c22..cc911361 100644 --- a/openapi/components/schemas/World.yaml +++ b/openapi/components/schemas/World.yaml @@ -90,9 +90,6 @@ properties: type: string releaseStatus: $ref: ./ReleaseStatus.yaml - storeId: - type: string - nullable: true tags: description: ' ' type: array