@formspec/build 0.1.0-alpha.32 → 0.1.0-alpha.34

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.
@@ -261,6 +261,21 @@ export declare interface DiscoveredTypeSchemas {
261
261
  readonly uiSchema: UISchema | null;
262
262
  }
263
263
 
264
+ /**
265
+ * Discriminator-specific schema generation options.
266
+ *
267
+ * @public
268
+ */
269
+ export declare interface DiscriminatorResolutionOptions {
270
+ /**
271
+ * Optional prefix applied only to metadata-derived discriminator values.
272
+ *
273
+ * Literal discriminator identities taken directly from a bound type remain
274
+ * unchanged.
275
+ */
276
+ readonly apiNamePrefix?: string | undefined;
277
+ }
278
+
264
279
  export { DynamicEnumField }
265
280
 
266
281
  export { DynamicSchemaField }
@@ -1046,6 +1061,8 @@ export declare interface StaticSchemaGenerationOptions {
1046
1061
  readonly vendorPrefix?: string | undefined;
1047
1062
  /** Metadata resolution policy for static schema generation. */
1048
1063
  readonly metadata?: MetadataPolicyInput | undefined;
1064
+ /** Discriminator-specific schema generation behavior. */
1065
+ readonly discriminator?: DiscriminatorResolutionOptions | undefined;
1049
1066
  }
1050
1067
 
1051
1068
  export { TextField }
@@ -261,6 +261,21 @@ export declare interface DiscoveredTypeSchemas {
261
261
  readonly uiSchema: UISchema | null;
262
262
  }
263
263
 
264
+ /**
265
+ * Discriminator-specific schema generation options.
266
+ *
267
+ * @public
268
+ */
269
+ export declare interface DiscriminatorResolutionOptions {
270
+ /**
271
+ * Optional prefix applied only to metadata-derived discriminator values.
272
+ *
273
+ * Literal discriminator identities taken directly from a bound type remain
274
+ * unchanged.
275
+ */
276
+ readonly apiNamePrefix?: string | undefined;
277
+ }
278
+
264
279
  export { DynamicEnumField }
265
280
 
266
281
  export { DynamicSchemaField }
@@ -1046,6 +1061,8 @@ export declare interface StaticSchemaGenerationOptions {
1046
1061
  readonly vendorPrefix?: string | undefined;
1047
1062
  /** Metadata resolution policy for static schema generation. */
1048
1063
  readonly metadata?: MetadataPolicyInput | undefined;
1064
+ /** Discriminator-specific schema generation behavior. */
1065
+ readonly discriminator?: DiscriminatorResolutionOptions | undefined;
1049
1066
  }
1050
1067
 
1051
1068
  export { TextField }
@@ -261,6 +261,21 @@ export declare interface DiscoveredTypeSchemas {
261
261
  readonly uiSchema: UISchema | null;
262
262
  }
263
263
 
264
+ /**
265
+ * Discriminator-specific schema generation options.
266
+ *
267
+ * @public
268
+ */
269
+ export declare interface DiscriminatorResolutionOptions {
270
+ /**
271
+ * Optional prefix applied only to metadata-derived discriminator values.
272
+ *
273
+ * Literal discriminator identities taken directly from a bound type remain
274
+ * unchanged.
275
+ */
276
+ readonly apiNamePrefix?: string | undefined;
277
+ }
278
+
264
279
  export { DynamicEnumField }
265
280
 
266
281
  export { DynamicSchemaField }
@@ -1046,6 +1061,8 @@ export declare interface StaticSchemaGenerationOptions {
1046
1061
  readonly vendorPrefix?: string | undefined;
1047
1062
  /** Metadata resolution policy for static schema generation. */
1048
1063
  readonly metadata?: MetadataPolicyInput | undefined;
1064
+ /** Discriminator-specific schema generation behavior. */
1065
+ readonly discriminator?: DiscriminatorResolutionOptions | undefined;
1049
1066
  }
1050
1067
 
1051
1068
  export { TextField }
package/dist/build.d.ts CHANGED
@@ -261,6 +261,21 @@ export declare interface DiscoveredTypeSchemas {
261
261
  readonly uiSchema: UISchema | null;
262
262
  }
263
263
 
264
+ /**
265
+ * Discriminator-specific schema generation options.
266
+ *
267
+ * @public
268
+ */
269
+ export declare interface DiscriminatorResolutionOptions {
270
+ /**
271
+ * Optional prefix applied only to metadata-derived discriminator values.
272
+ *
273
+ * Literal discriminator identities taken directly from a bound type remain
274
+ * unchanged.
275
+ */
276
+ readonly apiNamePrefix?: string | undefined;
277
+ }
278
+
264
279
  export { DynamicEnumField }
265
280
 
266
281
  export { DynamicSchemaField }
@@ -1046,6 +1061,8 @@ export declare interface StaticSchemaGenerationOptions {
1046
1061
  readonly vendorPrefix?: string | undefined;
1047
1062
  /** Metadata resolution policy for static schema generation. */
1048
1063
  readonly metadata?: MetadataPolicyInput | undefined;
1064
+ /** Discriminator-specific schema generation behavior. */
1065
+ readonly discriminator?: DiscriminatorResolutionOptions | undefined;
1049
1066
  }
1050
1067
 
1051
1068
  export { TextField }