diff --git a/openapi/components/schemas/FavoritedWorld.yaml b/openapi/components/schemas/FavoritedWorld.yaml index 47da655..8fad983 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: @@ -112,7 +109,6 @@ required: - imageUrl - thumbnailImageUrl - releaseStatus - - storeId - organization - tags - favorites diff --git a/openapi/components/schemas/LimitedWorld.yaml b/openapi/components/schemas/LimitedWorld.yaml index 7b644d1..e888df1 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: @@ -97,7 +94,6 @@ required: - imageUrl - thumbnailImageUrl - releaseStatus - - storeId - organization - tags - favorites diff --git a/openapi/components/schemas/World.yaml b/openapi/components/schemas/World.yaml index 65f3d55..cc91136 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 @@ -140,7 +137,6 @@ required: - popularity - publicationDate - releaseStatus - - storeId - tags - thumbnailImageUrl - updated_at