@meshery/schemas 1.2.20 → 1.2.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/cloudApi.d.mts +9 -9
  2. package/dist/cloudApi.d.ts +9 -9
  3. package/dist/constructs/v1beta1/academy/Academy.d.ts +65 -65
  4. package/dist/constructs/v1beta1/academy/AcademySchema.js +1 -1
  5. package/dist/constructs/v1beta1/academy/AcademySchema.mjs +1 -1
  6. package/dist/constructs/v1beta1/role/Role.d.ts +1 -1
  7. package/dist/constructs/v1beta1/role/RoleSchema.js +1 -1
  8. package/dist/constructs/v1beta1/role/RoleSchema.mjs +1 -1
  9. package/dist/constructs/v1beta1/user/User.d.ts +8 -8
  10. package/dist/constructs/v1beta1/user/UserSchema.js +1 -1
  11. package/dist/constructs/v1beta1/user/UserSchema.mjs +1 -1
  12. package/dist/constructs/v1beta2/academy/Academy.d.ts +65 -65
  13. package/dist/constructs/v1beta2/academy/AcademySchema.js +1 -1
  14. package/dist/constructs/v1beta2/academy/AcademySchema.mjs +1 -1
  15. package/dist/constructs/v1beta2/badge/BadgeSchema.js +1 -1
  16. package/dist/constructs/v1beta2/badge/BadgeSchema.mjs +1 -1
  17. package/dist/constructs/v1beta2/role/Role.d.ts +1 -1
  18. package/dist/constructs/v1beta2/role/RoleSchema.js +1 -1
  19. package/dist/constructs/v1beta2/role/RoleSchema.mjs +1 -1
  20. package/dist/constructs/v1beta2/user/User.d.ts +8 -8
  21. package/dist/constructs/v1beta2/user/UserSchema.js +1 -1
  22. package/dist/constructs/v1beta2/user/UserSchema.mjs +1 -1
  23. package/dist/constructs/v1beta3/academy/Academy.d.ts +65 -65
  24. package/dist/constructs/v1beta3/academy/AcademySchema.js +1 -1
  25. package/dist/constructs/v1beta3/academy/AcademySchema.mjs +1 -1
  26. package/dist/constructs/v1beta3/design/Design.d.ts +8 -8
  27. package/dist/constructs/v1beta3/design/DesignSchema.js +8 -8
  28. package/dist/constructs/v1beta3/design/DesignSchema.mjs +8 -8
  29. package/dist/index.d.mts +41 -41
  30. package/dist/index.d.ts +41 -41
  31. package/dist/mesheryApi.d.mts +4 -4
  32. package/dist/mesheryApi.d.ts +4 -4
  33. package/dist/permissions.d.mts +1 -1
  34. package/dist/permissions.d.ts +1 -1
  35. package/package.json +1 -1
@@ -219,7 +219,7 @@ export interface components {
219
219
  schemas: {
220
220
  /**
221
221
  * @description Organization ID that owns this learning path
222
- * @example layer5
222
+ * @example meshery
223
223
  */
224
224
  AcademyCurriculaOrgId: string;
225
225
  /** @description ID of the badge to be awarded on completion of this curricula */
@@ -259,7 +259,7 @@ export interface components {
259
259
  /**
260
260
  * Format: uri
261
261
  * @description Canonical URL for the learning path
262
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
262
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
263
263
  */
264
264
  permalink: string;
265
265
  certificate?: {
@@ -350,7 +350,7 @@ export interface components {
350
350
  /**
351
351
  * Format: uri
352
352
  * @description URL to the course content
353
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
353
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
354
354
  */
355
355
  permalink: string;
356
356
  /**
@@ -414,7 +414,7 @@ export interface components {
414
414
  type: "learning-path" | "challenge" | "certification";
415
415
  /**
416
416
  * @description Organization ID that owns this learning path
417
- * @example layer5
417
+ * @example meshery
418
418
  */
419
419
  orgId: string;
420
420
  /**
@@ -478,7 +478,7 @@ export interface components {
478
478
  /**
479
479
  * Format: uri
480
480
  * @description Canonical URL for the learning path
481
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
481
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
482
482
  */
483
483
  permalink: string;
484
484
  certificate?: {
@@ -569,7 +569,7 @@ export interface components {
569
569
  /**
570
570
  * Format: uri
571
571
  * @description URL to the course content
572
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
572
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
573
573
  */
574
574
  permalink: string;
575
575
  /**
@@ -609,7 +609,7 @@ export interface components {
609
609
  type: "learning-path" | "challenge" | "certification";
610
610
  /**
611
611
  * @description Organization ID that owns this learning path
612
- * @example layer5
612
+ * @example meshery
613
613
  */
614
614
  orgId: string;
615
615
  /**
@@ -673,7 +673,7 @@ export interface components {
673
673
  /**
674
674
  * Format: uri
675
675
  * @description Canonical URL for the learning path
676
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
676
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
677
677
  */
678
678
  permalink: string;
679
679
  certificate?: {
@@ -764,7 +764,7 @@ export interface components {
764
764
  /**
765
765
  * Format: uri
766
766
  * @description URL to the course content
767
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
767
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
768
768
  */
769
769
  permalink: string;
770
770
  /**
@@ -868,7 +868,7 @@ export interface components {
868
868
  title: string;
869
869
  /**
870
870
  * @description Organization ID that owns this learning path
871
- * @example layer5
871
+ * @example meshery
872
872
  */
873
873
  orgId: string;
874
874
  /** @description ID of the workspace to which this Curricula belongs */
@@ -916,7 +916,7 @@ export interface components {
916
916
  /**
917
917
  * Format: uri
918
918
  * @description Canonical URL for the learning path
919
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
919
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
920
920
  */
921
921
  permalink: string;
922
922
  certificate?: {
@@ -1007,7 +1007,7 @@ export interface components {
1007
1007
  /**
1008
1008
  * Format: uri
1009
1009
  * @description URL to the course content
1010
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
1010
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
1011
1011
  */
1012
1012
  permalink: string;
1013
1013
  /**
@@ -1047,7 +1047,7 @@ export interface components {
1047
1047
  type: "learning-path" | "challenge" | "certification";
1048
1048
  /**
1049
1049
  * @description Organization ID that owns this learning path
1050
- * @example layer5
1050
+ * @example meshery
1051
1051
  */
1052
1052
  orgId: string;
1053
1053
  /**
@@ -1111,7 +1111,7 @@ export interface components {
1111
1111
  /**
1112
1112
  * Format: uri
1113
1113
  * @description Canonical URL for the learning path
1114
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
1114
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
1115
1115
  */
1116
1116
  permalink: string;
1117
1117
  certificate?: {
@@ -1202,7 +1202,7 @@ export interface components {
1202
1202
  /**
1203
1203
  * Format: uri
1204
1204
  * @description URL to the course content
1205
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
1205
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
1206
1206
  */
1207
1207
  permalink: string;
1208
1208
  /**
@@ -1252,7 +1252,7 @@ export interface components {
1252
1252
  type: "learning-path" | "challenge" | "certification";
1253
1253
  /**
1254
1254
  * @description Organization ID that owns this learning path
1255
- * @example layer5
1255
+ * @example meshery
1256
1256
  */
1257
1257
  orgId: string;
1258
1258
  /**
@@ -1316,7 +1316,7 @@ export interface components {
1316
1316
  /**
1317
1317
  * Format: uri
1318
1318
  * @description Canonical URL for the learning path
1319
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
1319
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
1320
1320
  */
1321
1321
  permalink: string;
1322
1322
  certificate?: {
@@ -1407,7 +1407,7 @@ export interface components {
1407
1407
  /**
1408
1408
  * Format: uri
1409
1409
  * @description URL to the course content
1410
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
1410
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
1411
1411
  */
1412
1412
  permalink: string;
1413
1413
  /**
@@ -1455,7 +1455,7 @@ export interface components {
1455
1455
  type: "learning-path" | "challenge" | "certification";
1456
1456
  /**
1457
1457
  * @description Organization ID that owns this learning path
1458
- * @example layer5
1458
+ * @example meshery
1459
1459
  */
1460
1460
  orgId: string;
1461
1461
  /**
@@ -1519,7 +1519,7 @@ export interface components {
1519
1519
  /**
1520
1520
  * Format: uri
1521
1521
  * @description Canonical URL for the learning path
1522
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
1522
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
1523
1523
  */
1524
1524
  permalink: string;
1525
1525
  certificate?: {
@@ -1610,7 +1610,7 @@ export interface components {
1610
1610
  /**
1611
1611
  * Format: uri
1612
1612
  * @description URL to the course content
1613
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
1613
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
1614
1614
  */
1615
1615
  permalink: string;
1616
1616
  /**
@@ -1668,7 +1668,7 @@ export interface components {
1668
1668
  /**
1669
1669
  * Format: uri
1670
1670
  * @description Canonical URL for the learning path
1671
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
1671
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
1672
1672
  */
1673
1673
  permalink: string;
1674
1674
  certificate?: {
@@ -1759,7 +1759,7 @@ export interface components {
1759
1759
  /**
1760
1760
  * Format: uri
1761
1761
  * @description URL to the course content
1762
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
1762
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
1763
1763
  */
1764
1764
  permalink: string;
1765
1765
  /**
@@ -1812,7 +1812,7 @@ export interface components {
1812
1812
  /**
1813
1813
  * Format: uri
1814
1814
  * @description Canonical URL for the learning path
1815
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
1815
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
1816
1816
  */
1817
1817
  permalink: string;
1818
1818
  certificate?: {
@@ -1903,7 +1903,7 @@ export interface components {
1903
1903
  /**
1904
1904
  * Format: uri
1905
1905
  * @description URL to the course content
1906
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
1906
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
1907
1907
  */
1908
1908
  permalink: string;
1909
1909
  /**
@@ -2048,7 +2048,7 @@ export interface components {
2048
2048
  /**
2049
2049
  * Format: uri
2050
2050
  * @description Canonical URL for the learning path
2051
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
2051
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
2052
2052
  */
2053
2053
  permalink: string;
2054
2054
  certificate?: {
@@ -2139,7 +2139,7 @@ export interface components {
2139
2139
  /**
2140
2140
  * Format: uri
2141
2141
  * @description URL to the course content
2142
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
2142
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
2143
2143
  */
2144
2144
  permalink: string;
2145
2145
  /**
@@ -2323,7 +2323,7 @@ export interface components {
2323
2323
  /**
2324
2324
  * Format: uuid
2325
2325
  * @description Organization ID that owns this quiz
2326
- * @example layer5
2326
+ * @example meshery
2327
2327
  */
2328
2328
  orgId: string;
2329
2329
  /**
@@ -2491,7 +2491,7 @@ export interface components {
2491
2491
  /**
2492
2492
  * Format: uuid
2493
2493
  * @description Organization ID that owns this quiz
2494
- * @example layer5
2494
+ * @example meshery
2495
2495
  */
2496
2496
  orgId: string;
2497
2497
  /**
@@ -2640,7 +2640,7 @@ export interface components {
2640
2640
  /**
2641
2641
  * Format: uri
2642
2642
  * @description URL to the course content
2643
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
2643
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
2644
2644
  */
2645
2645
  permalink: string;
2646
2646
  /**
@@ -2854,7 +2854,7 @@ export interface components {
2854
2854
  /**
2855
2855
  * Format: uuid
2856
2856
  * @description Organization ID that owns this quiz
2857
- * @example layer5
2857
+ * @example meshery
2858
2858
  */
2859
2859
  orgId: string;
2860
2860
  /**
@@ -3077,7 +3077,7 @@ export interface components {
3077
3077
  /**
3078
3078
  * Format: uuid
3079
3079
  * @description Organization ID that owns this quiz
3080
- * @example layer5
3080
+ * @example meshery
3081
3081
  */
3082
3082
  orgId: string;
3083
3083
  /**
@@ -3419,7 +3419,7 @@ export interface components {
3419
3419
  /**
3420
3420
  * Format: uuid
3421
3421
  * @description Organization ID that owns this quiz
3422
- * @example layer5
3422
+ * @example meshery
3423
3423
  */
3424
3424
  orgId: string;
3425
3425
  /**
@@ -3566,7 +3566,7 @@ export interface components {
3566
3566
  /**
3567
3567
  * Format: uuid
3568
3568
  * @description Organization ID that owns this quiz
3569
- * @example layer5
3569
+ * @example meshery
3570
3570
  */
3571
3571
  orgId: string;
3572
3572
  /**
@@ -3721,7 +3721,7 @@ export interface components {
3721
3721
  /**
3722
3722
  * Format: uuid
3723
3723
  * @description Organization ID that owns this quiz
3724
- * @example layer5
3724
+ * @example meshery
3725
3725
  */
3726
3726
  orgId: string;
3727
3727
  /**
@@ -4028,7 +4028,7 @@ export interface components {
4028
4028
  /**
4029
4029
  * Format: uuid
4030
4030
  * @description Organization ID that owns this quiz
4031
- * @example layer5
4031
+ * @example meshery
4032
4032
  */
4033
4033
  orgId: string;
4034
4034
  /**
@@ -4286,7 +4286,7 @@ export interface operations {
4286
4286
  type: "learning-path" | "challenge" | "certification";
4287
4287
  /**
4288
4288
  * @description Organization ID that owns this learning path
4289
- * @example layer5
4289
+ * @example meshery
4290
4290
  */
4291
4291
  orgId: string;
4292
4292
  /**
@@ -4350,7 +4350,7 @@ export interface operations {
4350
4350
  /**
4351
4351
  * Format: uri
4352
4352
  * @description Canonical URL for the learning path
4353
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
4353
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
4354
4354
  */
4355
4355
  permalink: string;
4356
4356
  certificate?: {
@@ -4441,7 +4441,7 @@ export interface operations {
4441
4441
  /**
4442
4442
  * Format: uri
4443
4443
  * @description URL to the course content
4444
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
4444
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
4445
4445
  */
4446
4446
  permalink: string;
4447
4447
  /**
@@ -4535,7 +4535,7 @@ export interface operations {
4535
4535
  type: "learning-path" | "challenge" | "certification";
4536
4536
  /**
4537
4537
  * @description Organization ID that owns this learning path
4538
- * @example layer5
4538
+ * @example meshery
4539
4539
  */
4540
4540
  orgId: string;
4541
4541
  /**
@@ -4599,7 +4599,7 @@ export interface operations {
4599
4599
  /**
4600
4600
  * Format: uri
4601
4601
  * @description Canonical URL for the learning path
4602
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
4602
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
4603
4603
  */
4604
4604
  permalink: string;
4605
4605
  certificate?: {
@@ -4690,7 +4690,7 @@ export interface operations {
4690
4690
  /**
4691
4691
  * Format: uri
4692
4692
  * @description URL to the course content
4693
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
4693
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
4694
4694
  */
4695
4695
  permalink: string;
4696
4696
  /**
@@ -4754,7 +4754,7 @@ export interface operations {
4754
4754
  type: "learning-path" | "challenge" | "certification";
4755
4755
  /**
4756
4756
  * @description Organization ID that owns this learning path
4757
- * @example layer5
4757
+ * @example meshery
4758
4758
  */
4759
4759
  orgId: string;
4760
4760
  /**
@@ -4818,7 +4818,7 @@ export interface operations {
4818
4818
  /**
4819
4819
  * Format: uri
4820
4820
  * @description Canonical URL for the learning path
4821
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
4821
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
4822
4822
  */
4823
4823
  permalink: string;
4824
4824
  certificate?: {
@@ -4909,7 +4909,7 @@ export interface operations {
4909
4909
  /**
4910
4910
  * Format: uri
4911
4911
  * @description URL to the course content
4912
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
4912
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
4913
4913
  */
4914
4914
  permalink: string;
4915
4915
  /**
@@ -4966,7 +4966,7 @@ export interface operations {
4966
4966
  title: string;
4967
4967
  /**
4968
4968
  * @description Organization ID that owns this learning path
4969
- * @example layer5
4969
+ * @example meshery
4970
4970
  */
4971
4971
  orgId: string;
4972
4972
  /** @description ID of the workspace to which this Curricula belongs */
@@ -5014,7 +5014,7 @@ export interface operations {
5014
5014
  /**
5015
5015
  * Format: uri
5016
5016
  * @description Canonical URL for the learning path
5017
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
5017
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
5018
5018
  */
5019
5019
  permalink: string;
5020
5020
  certificate?: {
@@ -5105,7 +5105,7 @@ export interface operations {
5105
5105
  /**
5106
5106
  * Format: uri
5107
5107
  * @description URL to the course content
5108
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
5108
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
5109
5109
  */
5110
5110
  permalink: string;
5111
5111
  /**
@@ -5161,7 +5161,7 @@ export interface operations {
5161
5161
  type: "learning-path" | "challenge" | "certification";
5162
5162
  /**
5163
5163
  * @description Organization ID that owns this learning path
5164
- * @example layer5
5164
+ * @example meshery
5165
5165
  */
5166
5166
  orgId: string;
5167
5167
  /**
@@ -5225,7 +5225,7 @@ export interface operations {
5225
5225
  /**
5226
5226
  * Format: uri
5227
5227
  * @description Canonical URL for the learning path
5228
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
5228
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
5229
5229
  */
5230
5230
  permalink: string;
5231
5231
  certificate?: {
@@ -5316,7 +5316,7 @@ export interface operations {
5316
5316
  /**
5317
5317
  * Format: uri
5318
5318
  * @description URL to the course content
5319
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
5319
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
5320
5320
  */
5321
5321
  permalink: string;
5322
5322
  /**
@@ -5690,7 +5690,7 @@ export interface operations {
5690
5690
  type: "learning-path" | "challenge" | "certification";
5691
5691
  /**
5692
5692
  * @description Organization ID that owns this learning path
5693
- * @example layer5
5693
+ * @example meshery
5694
5694
  */
5695
5695
  orgId: string;
5696
5696
  /**
@@ -5754,7 +5754,7 @@ export interface operations {
5754
5754
  /**
5755
5755
  * Format: uri
5756
5756
  * @description Canonical URL for the learning path
5757
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
5757
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
5758
5758
  */
5759
5759
  permalink: string;
5760
5760
  certificate?: {
@@ -5845,7 +5845,7 @@ export interface operations {
5845
5845
  /**
5846
5846
  * Format: uri
5847
5847
  * @description URL to the course content
5848
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
5848
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
5849
5849
  */
5850
5850
  permalink: string;
5851
5851
  /**
@@ -5975,7 +5975,7 @@ export interface operations {
5975
5975
  type: "learning-path" | "challenge" | "certification";
5976
5976
  /**
5977
5977
  * @description Organization ID that owns this learning path
5978
- * @example layer5
5978
+ * @example meshery
5979
5979
  */
5980
5980
  orgId: string;
5981
5981
  /**
@@ -6039,7 +6039,7 @@ export interface operations {
6039
6039
  /**
6040
6040
  * Format: uri
6041
6041
  * @description Canonical URL for the learning path
6042
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
6042
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
6043
6043
  */
6044
6044
  permalink: string;
6045
6045
  certificate?: {
@@ -6130,7 +6130,7 @@ export interface operations {
6130
6130
  /**
6131
6131
  * Format: uri
6132
6132
  * @description URL to the course content
6133
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
6133
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
6134
6134
  */
6135
6135
  permalink: string;
6136
6136
  /**
@@ -6251,7 +6251,7 @@ export interface operations {
6251
6251
  title: string;
6252
6252
  /**
6253
6253
  * @description Organization ID that owns this learning path
6254
- * @example layer5
6254
+ * @example meshery
6255
6255
  */
6256
6256
  orgId: string;
6257
6257
  /** @description ID of the workspace to which this Curricula belongs */
@@ -6299,7 +6299,7 @@ export interface operations {
6299
6299
  /**
6300
6300
  * Format: uri
6301
6301
  * @description Canonical URL for the learning path
6302
- * @example http://localhost:9876/academy/learning-paths/layer5/mastering-kubernetes-for-engineers/
6302
+ * @example http://localhost:9876/academy/learning-paths/meshery/mastering-kubernetes-for-engineers/
6303
6303
  */
6304
6304
  permalink: string;
6305
6305
  certificate?: {
@@ -6390,7 +6390,7 @@ export interface operations {
6390
6390
  /**
6391
6391
  * Format: uri
6392
6392
  * @description URL to the course content
6393
- * @example http://localhost:9876/academy/learning-paths/layer5/intro-kubernetes-course/kubernetes/
6393
+ * @example http://localhost:9876/academy/learning-paths/meshery/intro-kubernetes-course/kubernetes/
6394
6394
  */
6395
6395
  permalink: string;
6396
6396
  /**
@@ -6509,7 +6509,7 @@ export interface operations {
6509
6509
  /**
6510
6510
  * Format: uuid
6511
6511
  * @description Organization ID that owns this quiz
6512
- * @example layer5
6512
+ * @example meshery
6513
6513
  */
6514
6514
  orgId: string;
6515
6515
  /**
@@ -6782,7 +6782,7 @@ export interface operations {
6782
6782
  /**
6783
6783
  * Format: uuid
6784
6784
  * @description Organization ID that owns this quiz
6785
- * @example layer5
6785
+ * @example meshery
6786
6786
  */
6787
6787
  orgId: string;
6788
6788
  /**
@@ -6943,7 +6943,7 @@ export interface operations {
6943
6943
  /**
6944
6944
  * Format: uuid
6945
6945
  * @description Organization ID that owns this quiz
6946
- * @example layer5
6946
+ * @example meshery
6947
6947
  */
6948
6948
  orgId: string;
6949
6949
  /**
@@ -7150,7 +7150,7 @@ export interface operations {
7150
7150
  /**
7151
7151
  * Format: uuid
7152
7152
  * @description Organization ID that owns this quiz
7153
- * @example layer5
7153
+ * @example meshery
7154
7154
  */
7155
7155
  orgId: string;
7156
7156
  /**
@@ -7337,7 +7337,7 @@ export interface operations {
7337
7337
  /**
7338
7338
  * Format: uuid
7339
7339
  * @description Organization ID that owns this quiz
7340
- * @example layer5
7340
+ * @example meshery
7341
7341
  */
7342
7342
  orgId: string;
7343
7343
  /**