WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/platform.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,9 +197,9 @@ Required:
197
197
198
198
Optional:
199
199
200
-
-`contributing_workspaces` (List of String) A list of workspace identifiers that may contribute to this meshPlatform.
200
+
-`contributing_workspaces` (Set of String) A list of workspace identifiers that may contribute to this meshPlatform.
201
201
-`documentation_url` (String) URL for platform documentation.
202
-
-`quota_definitions` (List of Object) List of quota definitions for the platform. (see [below for nested schema](#nestedatt--spec--quota_definitions))
202
+
-`quota_definitions` (Set of Object) List of quota definitions for the platform. (see [below for nested schema](#nestedatt--spec--quota_definitions))
203
203
-`support_url` (String) URL for platform support documentation.
204
204
205
205
<aid="nestedatt--spec--availability"></a>
@@ -212,7 +212,7 @@ Required:
212
212
213
213
Optional:
214
214
215
-
-`restricted_to_workspaces` (List of String) If the restriction is set to `RESTRICTED`, you can specify the workspace identifiers this meshPlatform is restricted to.
215
+
-`restricted_to_workspaces` (Set of String) If the restriction is set to `RESTRICTED`, you can specify the workspace identifiers this meshPlatform is restricted to.
0 commit comments