@almadar/std 15.15.5 → 15.15.6

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 (61) hide show
  1. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +3 -3
  2. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
  3. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +21 -21
  4. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +31 -31
  5. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +37 -37
  6. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +45 -45
  7. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +56 -56
  8. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +26 -26
  9. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
  10. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
  11. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +30 -30
  12. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +9 -9
  13. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +23 -23
  14. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +42 -42
  15. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
  16. package/behaviors/registry/marketing/molecules/std-about-page.orb +171 -171
  17. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
  18. package/behaviors/registry/marketing/molecules/std-landing-page.orb +261 -261
  19. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +190 -190
  20. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +618 -623
  21. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +3 -3
  22. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
  23. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +21 -21
  24. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +31 -31
  25. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +37 -37
  26. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +45 -45
  27. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +56 -56
  28. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +26 -26
  29. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
  30. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
  31. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +30 -30
  32. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +9 -9
  33. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +23 -23
  34. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +42 -42
  35. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
  36. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +171 -171
  37. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
  38. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +261 -261
  39. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +190 -190
  40. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +618 -623
  41. package/dist/registry/marketing/atoms/std-marketing-article.orb +3 -3
  42. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +36 -36
  43. package/dist/registry/marketing/atoms/std-marketing-community.orb +21 -21
  44. package/dist/registry/marketing/atoms/std-marketing-cta.orb +31 -31
  45. package/dist/registry/marketing/atoms/std-marketing-features.orb +37 -37
  46. package/dist/registry/marketing/atoms/std-marketing-footer.orb +45 -45
  47. package/dist/registry/marketing/atoms/std-marketing-hero.orb +56 -56
  48. package/dist/registry/marketing/atoms/std-marketing-nav.orb +26 -26
  49. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +38 -38
  50. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +52 -52
  51. package/dist/registry/marketing/atoms/std-marketing-split.orb +30 -30
  52. package/dist/registry/marketing/atoms/std-marketing-stats.orb +9 -9
  53. package/dist/registry/marketing/atoms/std-marketing-steps.orb +23 -23
  54. package/dist/registry/marketing/atoms/std-marketing-team.orb +42 -42
  55. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +12 -12
  56. package/dist/registry/marketing/molecules/std-about-page.orb +171 -171
  57. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +104 -104
  58. package/dist/registry/marketing/molecules/std-landing-page.orb +261 -261
  59. package/dist/registry/marketing/molecules/std-pricing-page.orb +190 -190
  60. package/dist/registry/marketing/organisms/std-marketing-site.orb +618 -623
  61. package/package.json +1 -1
@@ -43,24 +43,26 @@
43
43
  "render-ui",
44
44
  "main",
45
45
  {
46
+ "gap": "none",
47
+ "direction": "vertical",
46
48
  "type": "stack",
47
49
  "children": [
48
50
  {
51
+ "type": "hero-section",
52
+ "titleAccent": "@config.heroTitleAccent",
53
+ "tag": "@config.heroTag",
54
+ "subtitle": "@config.heroSubtitle",
49
55
  "primaryAction": {
50
56
  "label": "@config.heroPrimaryActionLabel",
51
57
  "href": "@config.heroPrimaryActionHref"
52
58
  },
53
- "title": "@config.heroTitle",
54
- "align": "@config.heroAlign",
55
- "type": "hero-section",
56
- "subtitle": "@config.heroSubtitle",
57
59
  "secondaryAction": {
58
- "href": "@config.heroSecondaryActionHref",
59
- "label": "@config.heroSecondaryActionLabel"
60
+ "label": "@config.heroSecondaryActionLabel",
61
+ "href": "@config.heroSecondaryActionHref"
60
62
  },
63
+ "align": "@config.heroAlign",
61
64
  "background": "@config.heroBackground",
62
- "tag": "@config.heroTag",
63
- "titleAccent": "@config.heroTitleAccent"
65
+ "title": "@config.heroTitle"
64
66
  },
65
67
  {
66
68
  "type": "feature-grid",
@@ -75,24 +77,22 @@
75
77
  "entity": "@config.steps"
76
78
  },
77
79
  {
78
- "type": "showcase-organism",
79
- "entity": "@config.showcase"
80
+ "entity": "@config.showcase",
81
+ "type": "showcase-organism"
80
82
  },
81
83
  {
82
- "primaryAction": "@config.ctaPrimaryAction",
83
- "subtitle": "@config.ctaSubtitle",
84
84
  "secondaryAction": "@config.ctaSecondaryAction",
85
+ "title": "@config.ctaTitle",
85
86
  "type": "cta-banner",
86
- "title": "@config.ctaTitle"
87
+ "primaryAction": "@config.ctaPrimaryAction",
88
+ "subtitle": "@config.ctaSubtitle"
87
89
  },
88
90
  {
89
91
  "copyright": "@config.footerCopyright",
90
92
  "columns": "@config.footerColumns",
91
93
  "type": "marketing-footer"
92
94
  }
93
- ],
94
- "direction": "vertical",
95
- "gap": "none"
95
+ ]
96
96
  }
97
97
  ]
98
98
  ]
@@ -100,210 +100,195 @@
100
100
  ]
101
101
  },
102
102
  "config": {
103
- "heroPrimaryActionLabel": {
103
+ "heroTitleAccent": {
104
104
  "type": "string",
105
- "default": "Get Started"
105
+ "default": ""
106
106
  },
107
- "heroAlign": {
107
+ "ctaSubtitle": {
108
108
  "type": "string",
109
- "default": "center"
109
+ "default": "Join thousands of teams shipping faster."
110
110
  },
111
- "heroTag": {
112
- "type": "string",
113
- "default": ""
111
+ "ctaSecondaryAction": {
112
+ "type": "ActionCard",
113
+ "default": {
114
+ "label": "",
115
+ "href": ""
116
+ },
117
+ "properties": {
118
+ "href": {
119
+ "name": "href",
120
+ "type": "string",
121
+ "required": true
122
+ },
123
+ "label": {
124
+ "name": "label",
125
+ "type": "string",
126
+ "required": true
127
+ }
128
+ }
114
129
  },
115
- "heroSecondaryActionLabel": {
130
+ "footerCopyright": {
116
131
  "type": "string",
117
- "default": ""
132
+ "default": "© 2026 Almadar. All rights reserved."
118
133
  },
119
- "steps": {
120
- "type": "[StepCard]",
134
+ "features": {
135
+ "type": "[FeatureCard]",
121
136
  "default": [
122
137
  {
123
- "icon": "pen-tool",
124
- "number": 1.0,
125
- "title": "Design",
126
- "description": "Describe your app in natural language.",
127
- "id": "1"
138
+ "linkLabel": "Learn more",
139
+ "title": "Lightning Fast",
140
+ "icon": "zap",
141
+ "description": "Build and deploy in minutes.",
142
+ "href": ""
128
143
  },
129
144
  {
130
- "title": "Build",
131
- "number": 2.0,
132
- "description": "Almadar generates the full stack automatically.",
133
- "id": "2",
134
- "icon": "hammer"
145
+ "linkLabel": "Learn more",
146
+ "description": "SOC-2 compliant with end-to-end encryption.",
147
+ "href": "",
148
+ "title": "Enterprise Secure",
149
+ "icon": "shield"
135
150
  },
136
151
  {
137
- "id": "3",
138
- "description": "Deploy to production with one click.",
139
- "icon": "rocket",
140
- "title": "Ship",
141
- "number": 3.0
152
+ "description": "Plug in any service, any data source, any UI pattern.",
153
+ "icon": "puzzle",
154
+ "href": "",
155
+ "linkLabel": "Learn more",
156
+ "title": "Infinitely Extensible"
142
157
  }
143
158
  ],
144
159
  "items": {
145
160
  "type": "object",
146
161
  "properties": {
147
- "number": {
148
- "name": "number",
149
- "type": "number",
150
- "required": false
151
- },
152
- "title": {
153
- "name": "title",
154
- "type": "string",
155
- "required": true
156
- },
157
- "id": {
158
- "name": "id",
162
+ "href": {
163
+ "name": "href",
159
164
  "type": "string",
160
- "required": true
165
+ "required": false
161
166
  },
162
167
  "description": {
163
168
  "name": "description",
164
169
  "type": "string",
165
170
  "required": true
166
171
  },
172
+ "linkLabel": {
173
+ "name": "linkLabel",
174
+ "type": "string",
175
+ "required": false
176
+ },
167
177
  "icon": {
168
178
  "name": "icon",
169
179
  "type": "string",
170
180
  "required": false
181
+ },
182
+ "title": {
183
+ "name": "title",
184
+ "type": "string",
185
+ "required": true
171
186
  }
172
187
  }
173
188
  }
174
189
  },
175
- "heroTitleAccent": {
190
+ "heroSecondaryActionLabel": {
176
191
  "type": "string",
177
192
  "default": ""
178
193
  },
179
- "heroBackground": {
194
+ "heroTitle": {
180
195
  "type": "string",
181
- "default": "gradient"
196
+ "default": "Build faster with Almadar"
182
197
  },
183
- "footerColumns": {
184
- "type": "[FooterColumn]",
198
+ "steps": {
199
+ "type": "[StepCard]",
185
200
  "default": [
186
201
  {
187
- "items": [
188
- {
189
- "label": "Features",
190
- "href": "#"
191
- },
192
- {
193
- "href": "#",
194
- "label": "Pricing"
195
- },
196
- {
197
- "href": "#",
198
- "label": "Changelog"
199
- }
200
- ],
201
- "title": "Product"
202
+ "title": "Design",
203
+ "id": "1",
204
+ "number": 1.0,
205
+ "icon": "pen-tool",
206
+ "description": "Describe your app in natural language."
202
207
  },
203
208
  {
204
- "items": [
205
- {
206
- "href": "#",
207
- "label": "About"
208
- },
209
- {
210
- "href": "#",
211
- "label": "Careers"
212
- },
213
- {
214
- "href": "#",
215
- "label": "Blog"
216
- }
217
- ],
218
- "title": "Company"
209
+ "number": 2.0,
210
+ "description": "Almadar generates the full stack automatically.",
211
+ "id": "2",
212
+ "icon": "hammer",
213
+ "title": "Build"
219
214
  },
220
215
  {
221
- "title": "Resources",
222
- "items": [
223
- {
224
- "label": "Docs",
225
- "href": "#"
226
- },
227
- {
228
- "label": "Community",
229
- "href": "#"
230
- },
231
- {
232
- "label": "Support",
233
- "href": "#"
234
- }
235
- ]
216
+ "id": "3",
217
+ "description": "Deploy to production with one click.",
218
+ "icon": "rocket",
219
+ "number": 3.0,
220
+ "title": "Ship"
236
221
  }
237
222
  ],
238
223
  "items": {
239
224
  "type": "object",
240
225
  "properties": {
241
- "items": {
242
- "name": "items",
243
- "type": "array",
244
- "required": false,
245
- "items": {
246
- "type": "object",
247
- "properties": {
248
- "href": {
249
- "name": "href",
250
- "type": "string",
251
- "required": true
252
- },
253
- "label": {
254
- "name": "label",
255
- "type": "string",
256
- "required": true
257
- }
258
- }
259
- }
226
+ "icon": {
227
+ "name": "icon",
228
+ "type": "string",
229
+ "required": false
230
+ },
231
+ "number": {
232
+ "name": "number",
233
+ "type": "number",
234
+ "required": false
260
235
  },
261
236
  "title": {
262
237
  "name": "title",
263
238
  "type": "string",
264
239
  "required": true
240
+ },
241
+ "id": {
242
+ "name": "id",
243
+ "type": "string",
244
+ "required": true
245
+ },
246
+ "description": {
247
+ "name": "description",
248
+ "type": "string",
249
+ "required": true
265
250
  }
266
251
  }
267
252
  }
268
253
  },
269
- "ctaSubtitle": {
254
+ "heroSubtitle": {
270
255
  "type": "string",
271
- "default": "Join thousands of teams shipping faster."
256
+ "default": "From idea to production in minutes, not months."
272
257
  },
273
- "heroTitle": {
258
+ "ctaTitle": {
274
259
  "type": "string",
275
- "default": "Build faster with Almadar"
260
+ "default": "Ready to get started?"
276
261
  },
277
- "heroPrimaryActionHref": {
262
+ "heroBackground": {
278
263
  "type": "string",
279
- "default": "/signup"
264
+ "default": "gradient"
280
265
  },
281
266
  "showcase": {
282
267
  "type": "[ShowcaseCard]",
283
268
  "default": [
284
269
  {
285
- "id": "dashboard",
286
270
  "href": "",
287
- "accentColor": "",
288
- "title": "Dashboard",
289
- "description": "Real-time analytics at a glance.",
271
+ "id": "dashboard",
290
272
  "image": {
291
273
  "src": "",
292
274
  "alt": "Dashboard"
293
275
  },
294
- "badge": "New"
276
+ "title": "Dashboard",
277
+ "description": "Real-time analytics at a glance.",
278
+ "badge": "New",
279
+ "accentColor": ""
295
280
  },
296
281
  {
297
- "href": "",
298
282
  "title": "API",
299
- "image": {
300
- "alt": "API",
301
- "src": ""
302
- },
303
283
  "badge": "",
284
+ "href": "",
304
285
  "accentColor": "",
286
+ "id": "api",
305
287
  "description": "GraphQL and REST in one click.",
306
- "id": "api"
288
+ "image": {
289
+ "src": "",
290
+ "alt": "API"
291
+ }
307
292
  },
308
293
  {
309
294
  "image": {
@@ -311,82 +296,153 @@
311
296
  "alt": "Mobile"
312
297
  },
313
298
  "href": "",
314
- "accentColor": "",
315
- "title": "Mobile",
316
- "badge": "Beta",
317
299
  "description": "Native apps without native code.",
318
- "id": "mobile"
300
+ "badge": "Beta",
301
+ "accentColor": "",
302
+ "id": "mobile",
303
+ "title": "Mobile"
319
304
  }
320
305
  ],
321
306
  "items": {
322
307
  "type": "object",
323
308
  "properties": {
324
- "badge": {
325
- "name": "badge",
326
- "type": "string",
327
- "required": false
328
- },
329
- "title": {
330
- "name": "title",
331
- "type": "string",
332
- "required": true
333
- },
334
- "description": {
335
- "name": "description",
336
- "type": "string",
337
- "required": false
338
- },
339
309
  "image": {
340
310
  "name": "image",
341
311
  "type": "object",
342
312
  "required": false,
343
313
  "properties": {
344
- "alt": {
345
- "name": "alt",
346
- "type": "string",
347
- "required": false
348
- },
349
314
  "src": {
350
315
  "name": "src",
351
316
  "type": "string",
352
317
  "required": true
318
+ },
319
+ "alt": {
320
+ "name": "alt",
321
+ "type": "string",
322
+ "required": false
353
323
  }
354
324
  }
355
325
  },
326
+ "id": {
327
+ "name": "id",
328
+ "type": "string",
329
+ "required": true
330
+ },
331
+ "description": {
332
+ "name": "description",
333
+ "type": "string",
334
+ "required": false
335
+ },
336
+ "href": {
337
+ "name": "href",
338
+ "type": "string",
339
+ "required": false
340
+ },
356
341
  "accentColor": {
357
342
  "name": "accentColor",
358
343
  "type": "string",
359
344
  "required": false
360
345
  },
361
- "id": {
362
- "name": "id",
346
+ "title": {
347
+ "name": "title",
363
348
  "type": "string",
364
349
  "required": true
365
350
  },
366
- "href": {
367
- "name": "href",
351
+ "badge": {
352
+ "name": "badge",
368
353
  "type": "string",
369
354
  "required": false
370
355
  }
371
356
  }
372
357
  }
373
358
  },
374
- "ctaPrimaryAction": {
375
- "type": "ActionCard",
376
- "default": {
377
- "href": "/signup",
378
- "label": "Get Started"
379
- },
380
- "properties": {
381
- "href": {
382
- "name": "href",
383
- "type": "string",
384
- "required": true
359
+ "heroPrimaryActionHref": {
360
+ "type": "string",
361
+ "default": "/signup"
362
+ },
363
+ "footerColumns": {
364
+ "type": "[FooterColumn]",
365
+ "default": [
366
+ {
367
+ "items": [
368
+ {
369
+ "label": "Features",
370
+ "href": "#"
371
+ },
372
+ {
373
+ "label": "Pricing",
374
+ "href": "#"
375
+ },
376
+ {
377
+ "label": "Changelog",
378
+ "href": "#"
379
+ }
380
+ ],
381
+ "title": "Product"
385
382
  },
386
- "label": {
387
- "name": "label",
388
- "type": "string",
389
- "required": true
383
+ {
384
+ "title": "Company",
385
+ "items": [
386
+ {
387
+ "label": "About",
388
+ "href": "#"
389
+ },
390
+ {
391
+ "label": "Careers",
392
+ "href": "#"
393
+ },
394
+ {
395
+ "label": "Blog",
396
+ "href": "#"
397
+ }
398
+ ]
399
+ },
400
+ {
401
+ "title": "Resources",
402
+ "items": [
403
+ {
404
+ "href": "#",
405
+ "label": "Docs"
406
+ },
407
+ {
408
+ "href": "#",
409
+ "label": "Community"
410
+ },
411
+ {
412
+ "href": "#",
413
+ "label": "Support"
414
+ }
415
+ ]
416
+ }
417
+ ],
418
+ "items": {
419
+ "type": "object",
420
+ "properties": {
421
+ "title": {
422
+ "name": "title",
423
+ "type": "string",
424
+ "required": true
425
+ },
426
+ "items": {
427
+ "name": "items",
428
+ "type": "array",
429
+ "required": false,
430
+ "items": {
431
+ "type": "object",
432
+ "properties": {
433
+ "href": {
434
+ "name": "href",
435
+ "type": "string",
436
+ "required": true
437
+ },
438
+ "label": {
439
+ "name": "label",
440
+ "type": "string",
441
+ "required": true
442
+ }
443
+ }
444
+ }
445
+ }
390
446
  }
391
447
  }
392
448
  },
@@ -394,20 +450,20 @@
394
450
  "type": "[StatCard]",
395
451
  "default": [
396
452
  {
397
- "label": "Developers",
398
- "value": "10K+"
453
+ "value": "10K+",
454
+ "label": "Developers"
399
455
  },
400
456
  {
401
- "label": "Uptime",
402
- "value": "99.9%"
457
+ "value": "99.9%",
458
+ "label": "Uptime"
403
459
  },
404
460
  {
405
461
  "value": "50M+",
406
462
  "label": "Requests served"
407
463
  },
408
464
  {
409
- "value": "4.9",
410
- "label": "Average rating"
465
+ "label": "Average rating",
466
+ "value": "4.9"
411
467
  }
412
468
  ],
413
469
  "items": {
@@ -426,96 +482,40 @@
426
482
  }
427
483
  }
428
484
  },
429
- "ctaTitle": {
430
- "type": "string",
431
- "default": "Ready to get started?"
432
- },
433
- "ctaSecondaryAction": {
485
+ "ctaPrimaryAction": {
434
486
  "type": "ActionCard",
435
487
  "default": {
436
- "href": "",
437
- "label": ""
488
+ "label": "Get Started",
489
+ "href": "/signup"
438
490
  },
439
491
  "properties": {
440
- "label": {
441
- "name": "label",
492
+ "href": {
493
+ "name": "href",
442
494
  "type": "string",
443
495
  "required": true
444
496
  },
445
- "href": {
446
- "name": "href",
497
+ "label": {
498
+ "name": "label",
447
499
  "type": "string",
448
500
  "required": true
449
501
  }
450
502
  }
451
503
  },
452
- "footerCopyright": {
504
+ "heroPrimaryActionLabel": {
453
505
  "type": "string",
454
- "default": "© 2026 Almadar. All rights reserved."
506
+ "default": "Get Started"
455
507
  },
456
- "features": {
457
- "type": "[FeatureCard]",
458
- "default": [
459
- {
460
- "href": "",
461
- "description": "Build and deploy in minutes.",
462
- "title": "Lightning Fast",
463
- "icon": "zap",
464
- "linkLabel": "Learn more"
465
- },
466
- {
467
- "href": "",
468
- "description": "SOC-2 compliant with end-to-end encryption.",
469
- "linkLabel": "Learn more",
470
- "title": "Enterprise Secure",
471
- "icon": "shield"
472
- },
473
- {
474
- "title": "Infinitely Extensible",
475
- "href": "",
476
- "linkLabel": "Learn more",
477
- "icon": "puzzle",
478
- "description": "Plug in any service, any data source, any UI pattern."
479
- }
480
- ],
481
- "items": {
482
- "type": "object",
483
- "properties": {
484
- "icon": {
485
- "name": "icon",
486
- "type": "string",
487
- "required": false
488
- },
489
- "linkLabel": {
490
- "name": "linkLabel",
491
- "type": "string",
492
- "required": false
493
- },
494
- "href": {
495
- "name": "href",
496
- "type": "string",
497
- "required": false
498
- },
499
- "description": {
500
- "name": "description",
501
- "type": "string",
502
- "required": true
503
- },
504
- "title": {
505
- "name": "title",
506
- "type": "string",
507
- "required": true
508
- }
509
- }
510
- }
508
+ "heroAlign": {
509
+ "type": "string",
510
+ "default": "center"
511
511
  },
512
- "heroSecondaryActionHref": {
512
+ "heroTag": {
513
513
  "type": "string",
514
514
  "default": ""
515
515
  },
516
- "heroSubtitle": {
516
+ "heroSecondaryActionHref": {
517
517
  "type": "string",
518
- "default": "From idea to production in minutes, not months."
518
+ "default": ""
519
519
  }
520
520
  },
521
521
  "scope": "instance"