@techdocs/cli 1.9.0 → 1.9.1-next.1

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 (33) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/embedded-app/.config-schema.json +327 -137
  3. package/dist/embedded-app/index.html +1 -1
  4. package/dist/embedded-app/index.html.tmpl +1 -1
  5. package/dist/embedded-app/static/3308.13263a7d.chunk.js +7 -0
  6. package/dist/embedded-app/static/3308.13263a7d.chunk.js.map +1 -0
  7. package/dist/embedded-app/static/4036.79721462.chunk.js +3 -0
  8. package/dist/embedded-app/static/4036.79721462.chunk.js.map +1 -0
  9. package/dist/embedded-app/static/{8384.604de781.chunk.js → 8384.105099a8.chunk.js} +4 -4
  10. package/dist/embedded-app/static/8384.105099a8.chunk.js.map +1 -0
  11. package/dist/embedded-app/static/8803.db1a3f20.chunk.js +11 -0
  12. package/dist/embedded-app/static/8803.db1a3f20.chunk.js.map +1 -0
  13. package/dist/embedded-app/static/main.f6a4bdf0.js +553 -0
  14. package/dist/embedded-app/static/main.f6a4bdf0.js.map +1 -0
  15. package/dist/embedded-app/static/module-lodash.05581125.js +29 -0
  16. package/dist/embedded-app/static/module-lodash.05581125.js.map +1 -0
  17. package/dist/embedded-app/static/{runtime.14097cab.js → runtime.f6a4bdf0.js} +2 -2
  18. package/dist/embedded-app/static/{runtime.14097cab.js.map → runtime.f6a4bdf0.js.map} +1 -1
  19. package/dist/embedded-app/static/{vendor.14097cab.js → vendor.f6a4bdf0.js} +1 -1
  20. package/dist/embedded-app/static/{vendor.14097cab.js.map → vendor.f6a4bdf0.js.map} +1 -1
  21. package/dist/package.json.cjs.js +1 -1
  22. package/package.json +7 -7
  23. package/dist/embedded-app/static/3308.aa3dcbac.chunk.js +0 -7
  24. package/dist/embedded-app/static/3308.aa3dcbac.chunk.js.map +0 -1
  25. package/dist/embedded-app/static/4036.18d0b7f2.chunk.js +0 -3
  26. package/dist/embedded-app/static/4036.18d0b7f2.chunk.js.map +0 -1
  27. package/dist/embedded-app/static/8384.604de781.chunk.js.map +0 -1
  28. package/dist/embedded-app/static/8803.511872f8.chunk.js +0 -11
  29. package/dist/embedded-app/static/8803.511872f8.chunk.js.map +0 -1
  30. package/dist/embedded-app/static/main.14097cab.js +0 -553
  31. package/dist/embedded-app/static/main.14097cab.js.map +0 -1
  32. package/dist/embedded-app/static/module-lodash.aa647045.js +0 -29
  33. package/dist/embedded-app/static/module-lodash.aa647045.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @techdocs/cli
2
2
 
3
+ ## 1.9.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.8.2-next.1
9
+ - @backstage/catalog-model@1.7.3
10
+ - @backstage/cli-common@0.1.15
11
+ - @backstage/config@1.3.2
12
+ - @backstage/plugin-techdocs-node@1.13.1-next.1
13
+
14
+ ## 1.9.1-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-defaults@0.8.2-next.0
20
+ - @backstage/plugin-techdocs-node@1.13.1-next.0
21
+
3
22
  ## 1.9.0
4
23
 
5
24
  ### Minor Changes
@@ -905,37 +905,6 @@
905
905
  },
906
906
  "packageName": "@backstage/integration"
907
907
  },
908
- {
909
- "path": "../../plugins/catalog/config.d.ts",
910
- "value": {
911
- "type": "object",
912
- "properties": {
913
- "catalog": {
914
- "type": "object",
915
- "properties": {
916
- "experimentalPagination": {
917
- "deepVisibility": "frontend",
918
- "anyOf": [
919
- {
920
- "type": "object",
921
- "properties": {
922
- "limit": {
923
- "type": "number"
924
- }
925
- }
926
- },
927
- {
928
- "type": "boolean"
929
- }
930
- ]
931
- }
932
- }
933
- }
934
- },
935
- "$schema": "http://json-schema.org/draft-07/schema#"
936
- },
937
- "packageName": "@backstage/plugin-catalog"
938
- },
939
908
  {
940
909
  "path": "../frontend-app-api/config.d.ts",
941
910
  "value": {
@@ -1049,6 +1018,60 @@
1049
1018
  },
1050
1019
  "packageName": "@backstage/frontend-app-api"
1051
1020
  },
1021
+ {
1022
+ "path": "../../plugins/catalog/config.d.ts",
1023
+ "value": {
1024
+ "type": "object",
1025
+ "properties": {
1026
+ "catalog": {
1027
+ "type": "object",
1028
+ "properties": {
1029
+ "experimentalPagination": {
1030
+ "deepVisibility": "frontend",
1031
+ "anyOf": [
1032
+ {
1033
+ "type": "object",
1034
+ "properties": {
1035
+ "limit": {
1036
+ "type": "number"
1037
+ }
1038
+ }
1039
+ },
1040
+ {
1041
+ "type": "boolean"
1042
+ }
1043
+ ]
1044
+ }
1045
+ }
1046
+ }
1047
+ },
1048
+ "$schema": "http://json-schema.org/draft-07/schema#"
1049
+ },
1050
+ "packageName": "@backstage/plugin-catalog"
1051
+ },
1052
+ {
1053
+ "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1054
+ "value": {
1055
+ "type": "object",
1056
+ "properties": {
1057
+ "stackstorm": {
1058
+ "type": "object",
1059
+ "properties": {
1060
+ "webUrl": {
1061
+ "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1062
+ "visibility": "frontend",
1063
+ "type": "string"
1064
+ }
1065
+ },
1066
+ "required": [
1067
+ "webUrl"
1068
+ ]
1069
+ }
1070
+ },
1071
+ "$schema": "http://json-schema.org/draft-07/schema#"
1072
+ },
1073
+ "packageName": "@backstage-community/plugin-stackstorm"
1074
+ },
1052
1075
  {
1053
1076
  "path": "../../node_modules/@oriflame/backstage-plugin-score-card/config.d.ts",
1054
1077
  "value": {
@@ -1112,6 +1135,52 @@
1112
1135
  },
1113
1136
  "packageName": "@backstage/backend-plugin-api"
1114
1137
  },
1138
+ {
1139
+ "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1140
+ "value": {
1141
+ "type": "object",
1142
+ "properties": {
1143
+ "auth": {
1144
+ "description": "Configuration options for the auth plugin",
1145
+ "type": "object",
1146
+ "properties": {
1147
+ "providers": {
1148
+ "type": "object",
1149
+ "properties": {
1150
+ "guest": {
1151
+ "type": "object",
1152
+ "properties": {
1153
+ "userEntityRef": {
1154
+ "description": "The entity reference to use for the guest user.",
1155
+ "default": "user:development/guest",
1156
+ "type": "string"
1157
+ },
1158
+ "ownershipEntityRefs": {
1159
+ "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1160
+ "default": "[userEntityRef]",
1161
+ "type": "array",
1162
+ "items": {
1163
+ "type": "string"
1164
+ }
1165
+ },
1166
+ "dangerouslyAllowOutsideDevelopment": {
1167
+ "description": "Allow users to sign in with the guest provider outside of their development environments.",
1168
+ "type": "boolean"
1169
+ }
1170
+ }
1171
+ }
1172
+ }
1173
+ }
1174
+ },
1175
+ "required": [
1176
+ "providers"
1177
+ ]
1178
+ }
1179
+ },
1180
+ "$schema": "http://json-schema.org/draft-07/schema#"
1181
+ },
1182
+ "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1183
+ },
1115
1184
  {
1116
1185
  "path": "../../plugins/auth-backend/config.d.ts",
1117
1186
  "value": {
@@ -1370,75 +1439,6 @@
1370
1439
  },
1371
1440
  "packageName": "@backstage/plugin-auth-backend"
1372
1441
  },
1373
- {
1374
- "path": "../../plugins/auth-backend-module-guest-provider/config.d.ts",
1375
- "value": {
1376
- "type": "object",
1377
- "properties": {
1378
- "auth": {
1379
- "description": "Configuration options for the auth plugin",
1380
- "type": "object",
1381
- "properties": {
1382
- "providers": {
1383
- "type": "object",
1384
- "properties": {
1385
- "guest": {
1386
- "type": "object",
1387
- "properties": {
1388
- "userEntityRef": {
1389
- "description": "The entity reference to use for the guest user.",
1390
- "default": "user:development/guest",
1391
- "type": "string"
1392
- },
1393
- "ownershipEntityRefs": {
1394
- "description": "A list of entity references to user for ownership of the guest user if the user\n is not found in the catalog.",
1395
- "default": "[userEntityRef]",
1396
- "type": "array",
1397
- "items": {
1398
- "type": "string"
1399
- }
1400
- },
1401
- "dangerouslyAllowOutsideDevelopment": {
1402
- "description": "Allow users to sign in with the guest provider outside of their development environments.",
1403
- "type": "boolean"
1404
- }
1405
- }
1406
- }
1407
- }
1408
- }
1409
- },
1410
- "required": [
1411
- "providers"
1412
- ]
1413
- }
1414
- },
1415
- "$schema": "http://json-schema.org/draft-07/schema#"
1416
- },
1417
- "packageName": "@backstage/plugin-auth-backend-module-guest-provider"
1418
- },
1419
- {
1420
- "path": "../../node_modules/@backstage-community/plugin-stackstorm/config.d.ts",
1421
- "value": {
1422
- "type": "object",
1423
- "properties": {
1424
- "stackstorm": {
1425
- "type": "object",
1426
- "properties": {
1427
- "webUrl": {
1428
- "description": "StackStorm Web UI url\nUsed in links to StackStorm web UI",
1429
- "visibility": "frontend",
1430
- "type": "string"
1431
- }
1432
- },
1433
- "required": [
1434
- "webUrl"
1435
- ]
1436
- }
1437
- },
1438
- "$schema": "http://json-schema.org/draft-07/schema#"
1439
- },
1440
- "packageName": "@backstage-community/plugin-stackstorm"
1441
- },
1442
1442
  {
1443
1443
  "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/core-components/config.d.ts",
1444
1444
  "value": {
@@ -3327,17 +3327,18 @@
3327
3327
  "packageName": "@backstage/plugin-auth-backend-module-gitlab-provider"
3328
3328
  },
3329
3329
  {
3330
- "path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
3330
+ "path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
3331
3331
  "value": {
3332
3332
  "type": "object",
3333
3333
  "properties": {
3334
3334
  "auth": {
3335
+ "description": "Configuration options for the auth plugin",
3335
3336
  "type": "object",
3336
3337
  "properties": {
3337
3338
  "providers": {
3338
3339
  "type": "object",
3339
3340
  "properties": {
3340
- "microsoft": {
3341
+ "google": {
3341
3342
  "visibility": "frontend",
3342
3343
  "type": "object",
3343
3344
  "additionalProperties": {
@@ -3346,16 +3347,10 @@
3346
3347
  "clientId": {
3347
3348
  "type": "string"
3348
3349
  },
3349
- "tenantId": {
3350
- "type": "string"
3351
- },
3352
3350
  "clientSecret": {
3353
3351
  "visibility": "secret",
3354
3352
  "type": "string"
3355
3353
  },
3356
- "domainHint": {
3357
- "type": "string"
3358
- },
3359
3354
  "callbackUrl": {
3360
3355
  "type": "string"
3361
3356
  },
@@ -3372,9 +3367,6 @@
3372
3367
  }
3373
3368
  ]
3374
3369
  },
3375
- "skipUserProfile": {
3376
- "type": "boolean"
3377
- },
3378
3370
  "signIn": {
3379
3371
  "type": "object",
3380
3372
  "properties": {
@@ -3436,8 +3428,7 @@
3436
3428
  },
3437
3429
  "required": [
3438
3430
  "clientId",
3439
- "clientSecret",
3440
- "tenantId"
3431
+ "clientSecret"
3441
3432
  ]
3442
3433
  }
3443
3434
  }
@@ -3448,10 +3439,10 @@
3448
3439
  },
3449
3440
  "$schema": "http://json-schema.org/draft-07/schema#"
3450
3441
  },
3451
- "packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
3442
+ "packageName": "@backstage/plugin-auth-backend-module-google-provider"
3452
3443
  },
3453
3444
  {
3454
- "path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
3445
+ "path": "../../plugins/auth-backend-module-microsoft-provider/config.d.ts",
3455
3446
  "value": {
3456
3447
  "type": "object",
3457
3448
  "properties": {
@@ -3461,7 +3452,7 @@
3461
3452
  "providers": {
3462
3453
  "type": "object",
3463
3454
  "properties": {
3464
- "oauth2": {
3455
+ "microsoft": {
3465
3456
  "visibility": "frontend",
3466
3457
  "type": "object",
3467
3458
  "additionalProperties": {
@@ -3470,18 +3461,17 @@
3470
3461
  "clientId": {
3471
3462
  "type": "string"
3472
3463
  },
3473
- "clientSecret": {
3474
- "visibility": "secret",
3464
+ "tenantId": {
3475
3465
  "type": "string"
3476
3466
  },
3477
- "authorizationUrl": {
3467
+ "clientSecret": {
3468
+ "visibility": "secret",
3478
3469
  "type": "string"
3479
3470
  },
3480
- "tokenUrl": {
3471
+ "domainHint": {
3481
3472
  "type": "string"
3482
3473
  },
3483
- "scope": {
3484
- "deprecated": "use `additionalScopes` instead",
3474
+ "callbackUrl": {
3485
3475
  "type": "string"
3486
3476
  },
3487
3477
  "additionalScopes": {
@@ -3497,10 +3487,7 @@
3497
3487
  }
3498
3488
  ]
3499
3489
  },
3500
- "disableRefresh": {
3501
- "type": "boolean"
3502
- },
3503
- "includeBasicAuth": {
3490
+ "skipUserProfile": {
3504
3491
  "type": "boolean"
3505
3492
  },
3506
3493
  "signIn": {
@@ -3515,7 +3502,7 @@
3515
3502
  "properties": {
3516
3503
  "resolver": {
3517
3504
  "type": "string",
3518
- "const": "usernameMatchingUserEntityName"
3505
+ "const": "emailMatchingUserEntityAnnotation"
3519
3506
  }
3520
3507
  },
3521
3508
  "required": [
@@ -3551,6 +3538,18 @@
3551
3538
  "required": [
3552
3539
  "resolver"
3553
3540
  ]
3541
+ },
3542
+ {
3543
+ "type": "object",
3544
+ "properties": {
3545
+ "resolver": {
3546
+ "type": "string",
3547
+ "const": "userIdMatchingUserEntityAnnotation"
3548
+ }
3549
+ },
3550
+ "required": [
3551
+ "resolver"
3552
+ ]
3554
3553
  }
3555
3554
  ]
3556
3555
  }
@@ -3563,10 +3562,9 @@
3563
3562
  "sessionDuration": {}
3564
3563
  },
3565
3564
  "required": [
3566
- "authorizationUrl",
3567
3565
  "clientId",
3568
3566
  "clientSecret",
3569
- "tokenUrl"
3567
+ "tenantId"
3570
3568
  ]
3571
3569
  }
3572
3570
  }
@@ -3577,7 +3575,7 @@
3577
3575
  },
3578
3576
  "$schema": "http://json-schema.org/draft-07/schema#"
3579
3577
  },
3580
- "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
3578
+ "packageName": "@backstage/plugin-auth-backend-module-microsoft-provider"
3581
3579
  },
3582
3580
  {
3583
3581
  "path": "../../plugins/auth-backend-module-oidc-provider/config.d.ts",
@@ -3923,18 +3921,17 @@
3923
3921
  "packageName": "@backstage/plugin-auth-backend-module-onelogin-provider"
3924
3922
  },
3925
3923
  {
3926
- "path": "../../plugins/auth-backend-module-google-provider/config.d.ts",
3924
+ "path": "../../plugins/auth-backend-module-oauth2-provider/config.d.ts",
3927
3925
  "value": {
3928
3926
  "type": "object",
3929
3927
  "properties": {
3930
3928
  "auth": {
3931
- "description": "Configuration options for the auth plugin",
3932
3929
  "type": "object",
3933
3930
  "properties": {
3934
3931
  "providers": {
3935
3932
  "type": "object",
3936
3933
  "properties": {
3937
- "google": {
3934
+ "oauth2": {
3938
3935
  "visibility": "frontend",
3939
3936
  "type": "object",
3940
3937
  "additionalProperties": {
@@ -3947,7 +3944,14 @@
3947
3944
  "visibility": "secret",
3948
3945
  "type": "string"
3949
3946
  },
3950
- "callbackUrl": {
3947
+ "authorizationUrl": {
3948
+ "type": "string"
3949
+ },
3950
+ "tokenUrl": {
3951
+ "type": "string"
3952
+ },
3953
+ "scope": {
3954
+ "deprecated": "use `additionalScopes` instead",
3951
3955
  "type": "string"
3952
3956
  },
3953
3957
  "additionalScopes": {
@@ -3963,6 +3967,12 @@
3963
3967
  }
3964
3968
  ]
3965
3969
  },
3970
+ "disableRefresh": {
3971
+ "type": "boolean"
3972
+ },
3973
+ "includeBasicAuth": {
3974
+ "type": "boolean"
3975
+ },
3966
3976
  "signIn": {
3967
3977
  "type": "object",
3968
3978
  "properties": {
@@ -3975,7 +3985,7 @@
3975
3985
  "properties": {
3976
3986
  "resolver": {
3977
3987
  "type": "string",
3978
- "const": "emailMatchingUserEntityAnnotation"
3988
+ "const": "usernameMatchingUserEntityName"
3979
3989
  }
3980
3990
  },
3981
3991
  "required": [
@@ -4023,8 +4033,10 @@
4023
4033
  "sessionDuration": {}
4024
4034
  },
4025
4035
  "required": [
4036
+ "authorizationUrl",
4026
4037
  "clientId",
4027
- "clientSecret"
4038
+ "clientSecret",
4039
+ "tokenUrl"
4028
4040
  ]
4029
4041
  }
4030
4042
  }
@@ -4035,7 +4047,53 @@
4035
4047
  },
4036
4048
  "$schema": "http://json-schema.org/draft-07/schema#"
4037
4049
  },
4038
- "packageName": "@backstage/plugin-auth-backend-module-google-provider"
4050
+ "packageName": "@backstage/plugin-auth-backend-module-oauth2-provider"
4051
+ },
4052
+ {
4053
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/plugin-catalog-react/node_modules/@backstage/core-components/config.d.ts",
4054
+ "value": {
4055
+ "type": "object",
4056
+ "properties": {
4057
+ "auth": {
4058
+ "type": "object",
4059
+ "properties": {
4060
+ "autologout": {
4061
+ "description": "Autologout feature configuration",
4062
+ "type": "object",
4063
+ "properties": {
4064
+ "enabled": {
4065
+ "description": "Enable or disable the autologout feature",
4066
+ "visibility": "frontend",
4067
+ "type": "boolean"
4068
+ },
4069
+ "idleTimeoutMinutes": {
4070
+ "description": "Number of minutes after which the inactive user is logged out automatically.\nDefault is 60 minutes (1 hour)",
4071
+ "visibility": "frontend",
4072
+ "type": "number"
4073
+ },
4074
+ "promptBeforeIdleSeconds": {
4075
+ "description": "Number of seconds before the idle timeout where the user will be asked if it's still active.\nA dialog will be shown.\nDefault is 10 seconds.\nSet to 0 seconds to disable the prompt.",
4076
+ "visibility": "frontend",
4077
+ "type": "number"
4078
+ },
4079
+ "useWorkerTimers": {
4080
+ "description": "Enable/disable the usage of worker thread timers instead of main thread timers.\nDefault is true.\nIf you experience some browser incompatibility, you may try to set this to false.",
4081
+ "visibility": "frontend",
4082
+ "type": "boolean"
4083
+ },
4084
+ "logoutIfDisconnected": {
4085
+ "description": "Enable/disable the automatic logout also on users that are logged in but with no Backstage tabs open.\nDefault is true.",
4086
+ "visibility": "frontend",
4087
+ "type": "boolean"
4088
+ }
4089
+ }
4090
+ }
4091
+ }
4092
+ }
4093
+ },
4094
+ "$schema": "http://json-schema.org/draft-07/schema#"
4095
+ },
4096
+ "packageName": "@backstage/core-components"
4039
4097
  },
4040
4098
  {
4041
4099
  "path": "../integration-aws-node/config.d.ts",
@@ -4146,6 +4204,138 @@
4146
4204
  "$schema": "http://json-schema.org/draft-07/schema#"
4147
4205
  },
4148
4206
  "packageName": "@backstage/integration-aws-node"
4207
+ },
4208
+ {
4209
+ "path": "../../node_modules/@backstage/backend-common/node_modules/@backstage/backend-plugin-api/config.d.ts",
4210
+ "value": {
4211
+ "type": "object",
4212
+ "properties": {
4213
+ "backend": {
4214
+ "type": "object",
4215
+ "properties": {
4216
+ "workingDirectory": {
4217
+ "description": "An absolute path to a directory that can be used as a working dir, for\nexample as scratch space for large operations.",
4218
+ "type": "string"
4219
+ }
4220
+ }
4221
+ }
4222
+ },
4223
+ "$schema": "http://json-schema.org/draft-07/schema#"
4224
+ },
4225
+ "packageName": "@backstage/backend-plugin-api"
4226
+ },
4227
+ {
4228
+ "path": "../../node_modules/@backstage-community/plugin-puppetdb/node_modules/@backstage/frontend-app-api/config.d.ts",
4229
+ "value": {
4230
+ "type": "object",
4231
+ "properties": {
4232
+ "app": {
4233
+ "type": "object",
4234
+ "properties": {
4235
+ "experimental": {
4236
+ "type": "object",
4237
+ "properties": {
4238
+ "packages": {
4239
+ "visibility": "frontend",
4240
+ "deepVisibility": "frontend",
4241
+ "anyOf": [
4242
+ {
4243
+ "type": "object",
4244
+ "properties": {
4245
+ "include": {
4246
+ "type": "array",
4247
+ "items": {
4248
+ "type": "string"
4249
+ }
4250
+ },
4251
+ "exclude": {
4252
+ "type": "array",
4253
+ "items": {
4254
+ "type": "string"
4255
+ }
4256
+ }
4257
+ }
4258
+ },
4259
+ {
4260
+ "const": "all",
4261
+ "type": "string"
4262
+ }
4263
+ ]
4264
+ }
4265
+ }
4266
+ },
4267
+ "routes": {
4268
+ "type": "object",
4269
+ "properties": {
4270
+ "bindings": {
4271
+ "description": "Maps external route references to regular route references. Both the\nkey and the value is expected to be on the form `<pluginId>.<routeId>`.\nIf the value is `false`, the route will be disabled even if it has a\ndefault mapping.",
4272
+ "deepVisibility": "frontend",
4273
+ "type": "object",
4274
+ "additionalProperties": {
4275
+ "anyOf": [
4276
+ {
4277
+ "const": false,
4278
+ "type": "boolean"
4279
+ },
4280
+ {
4281
+ "type": "string"
4282
+ }
4283
+ ]
4284
+ }
4285
+ }
4286
+ }
4287
+ },
4288
+ "extensions": {
4289
+ "deepVisibility": "frontend",
4290
+ "type": "array",
4291
+ "items": {
4292
+ "anyOf": [
4293
+ {
4294
+ "type": "object",
4295
+ "additionalProperties": {
4296
+ "anyOf": [
4297
+ {
4298
+ "type": "object",
4299
+ "properties": {
4300
+ "attachTo": {
4301
+ "type": "object",
4302
+ "properties": {
4303
+ "id": {
4304
+ "type": "string"
4305
+ },
4306
+ "input": {
4307
+ "type": "string"
4308
+ }
4309
+ },
4310
+ "required": [
4311
+ "id",
4312
+ "input"
4313
+ ]
4314
+ },
4315
+ "disabled": {
4316
+ "type": "boolean"
4317
+ },
4318
+ "config": {}
4319
+ }
4320
+ },
4321
+ {
4322
+ "type": "boolean"
4323
+ }
4324
+ ]
4325
+ }
4326
+ },
4327
+ {
4328
+ "type": "string"
4329
+ }
4330
+ ]
4331
+ }
4332
+ }
4333
+ }
4334
+ }
4335
+ },
4336
+ "$schema": "http://json-schema.org/draft-07/schema#"
4337
+ },
4338
+ "packageName": "@backstage/frontend-app-api"
4149
4339
  }
4150
4340
  ],
4151
4341
  "backstageConfigSchemaVersion": 1