Skip to content

SyncBlockMetadataReport

Defined in: wp-typia-block-runtime/src/metadata-core.ts:166

Structured result returned by runSyncBlockMetadata().

attributeNames: string[]

Defined in: wp-typia-block-runtime/src/metadata-core.ts:168

Attribute keys discovered from the source type. Empty when analysis fails early.


blockJsonPath: string | null

Defined in: wp-typia-block-runtime/src/metadata-core.ts:170

Absolute path to the generated or target block.json.


jsonSchemaPath: string | null

Defined in: wp-typia-block-runtime/src/metadata-core.ts:172

Absolute path to the generated JSON Schema file when schema output is enabled.


lossyProjectionWarnings: string[]

Defined in: wp-typia-block-runtime/src/metadata-core.ts:174

Warn-only notices for Typia constraints that cannot round-trip into block.json.


manifestPath: string | null

Defined in: wp-typia-block-runtime/src/metadata-core.ts:176

Absolute path to the generated or target manifest file.


openApiPath: string | null

Defined in: wp-typia-block-runtime/src/metadata-core.ts:178

Absolute path to the generated aggregate OpenAPI file when enabled.


phpGenerationWarnings: string[]

Defined in: wp-typia-block-runtime/src/metadata-core.ts:180

Warn-only notices for Typia constraints not yet enforced by PHP validation.


phpValidatorPath: string | null

Defined in: wp-typia-block-runtime/src/metadata-core.ts:182

Absolute path to the generated or target PHP validator file.


failure: SyncBlockMetadataFailure | null

Defined in: wp-typia-block-runtime/src/metadata-core.ts:184

Structured failure payload when analysis or generation throws.


failOnLossy: boolean

Defined in: wp-typia-block-runtime/src/metadata-core.ts:186

Effective lossy-warning failure flag after strict has been applied.


failOnPhpWarnings: boolean

Defined in: wp-typia-block-runtime/src/metadata-core.ts:188

Effective PHP-warning failure flag after strict has been applied.


status: SyncBlockMetadataStatus

Defined in: wp-typia-block-runtime/src/metadata-core.ts:190

Final execution status after warnings and failure handling are applied.


strict: boolean

Defined in: wp-typia-block-runtime/src/metadata-core.ts:192

Whether the report was computed in strict mode.