Skip to content

SyncBlockMetadataReport

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

Structured result returned by runSyncBlockMetadata().

attributeNames: string[]

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

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:114

Absolute path to the generated or target block.json.


jsonSchemaPath: string | null

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

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:118

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:120

Absolute path to the generated or target manifest file.


openApiPath: string | null

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

Absolute path to the generated aggregate OpenAPI file when enabled.


phpGenerationWarnings: string[]

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

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:126

Absolute path to the generated or target PHP validator file.


failure: SyncBlockMetadataFailure | null

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

Structured failure payload when analysis or generation throws.


failOnLossy: boolean

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

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


failOnPhpWarnings: boolean

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

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


status: SyncBlockMetadataStatus

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

Final execution status after warnings and failure handling are applied.


strict: boolean

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

Whether the report was computed in strict mode.