Skip to content

Commit 07aa7fa

Browse files
authored
Merge pull request #3 from oversizedev/openapi/spec-0.5.1
Update OpenAPI specification to 0.5.1
2 parents 509d14c + 66ee794 commit 07aa7fa

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Sources/OversizeNetwork/openapi.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: OversizeAPI
4-
version: 0.5.0
4+
version: 0.5.1
55
description: API specification for Oversize applications
66
contact:
77
name: Oversize Team
@@ -449,6 +449,7 @@ components:
449449
example: Real-time weather updates
450450
description:
451451
type: string
452+
description: Description of the store feature
452453
example: Get instant notifications about weather changes
453454
textSize:
454455
type: string
@@ -471,6 +472,11 @@ components:
471472
format: url
472473
example: https://cdn.oversize.design/assets/apps/dressweather/features/2.png
473474
description: URL for the feature icon
475+
illustrationUrl:
476+
type: string
477+
format: url
478+
example: https://cdn.oversize.design/assets/apps/dressweather/features/2.png
479+
description: URL for the feature icon
474480
screenshotUrl:
475481
type: string
476482
format: url

0 commit comments

Comments
 (0)