Browse Source

fix(api): Add missing 'items' attr to array type object (#50981)

Solves https://github.com/getsentry/sentry-api-schema/issues/45
Seiji Chew 1 year ago
parent
commit
a3e40ac077
1 changed files with 4 additions and 1 deletions
  1. 4 1
      api-docs/paths/releases/deploys.json

+ 4 - 1
api-docs/paths/releases/deploys.json

@@ -105,7 +105,10 @@
               },
               "projects": {
                 "type": "array",
-                "description": "The optional list of projects to deploy."
+                "description": "The optional list of projects to deploy.",
+                "items": {
+                  "type": "string"
+                },
               },
               "dateStarted": {
                 "type": "string",