projectJsonSchemaDocument
projectJsonSchemaDocument<
Schema>(schema,options):Schema
Defined in: wp-typia-block-runtime/src/schema-core.ts:267
Projects one generated wp-typia JSON Schema document into a consumer-facing profile.
Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends JsonSchemaObject | JsonSchemaDocument
Parameters
Section titled “Parameters”schema
Section titled “schema”Schema
Existing generated JSON Schema document.
options
Section titled “options”Projection profile options.
Returns
Section titled “Returns”Schema
A cloned schema document adjusted for the requested profile.