@stndrds/schema 1.0.0-alpha.286 → 1.0.0-alpha.288

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.
@@ -557,6 +557,12 @@ interface BaseViewDefinition {
557
557
  default?: boolean;
558
558
  /** Extensible metadata */
559
559
  metadata?: Record<string, unknown>;
560
+ /**
561
+ * Framework-native view: locked at runtime, force-seeded on every boot,
562
+ * never composed with overlays. Set only by the native registry — there is
563
+ * deliberately no public builder API for it.
564
+ */
565
+ system?: boolean;
560
566
  }
561
567
  /**
562
568
  * Detail view definition
@@ -557,6 +557,12 @@ interface BaseViewDefinition {
557
557
  default?: boolean;
558
558
  /** Extensible metadata */
559
559
  metadata?: Record<string, unknown>;
560
+ /**
561
+ * Framework-native view: locked at runtime, force-seeded on every boot,
562
+ * never composed with overlays. Set only by the native registry — there is
563
+ * deliberately no public builder API for it.
564
+ */
565
+ system?: boolean;
560
566
  }
561
567
  /**
562
568
  * Detail view definition