SyncBlockMetadataReport
Defined in: wp-typia-block-runtime/src/metadata-core.ts:110
Structured result returned by runSyncBlockMetadata().
Properties
Section titled “Properties”attributeNames
Section titled “attributeNames”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
Section titled “blockJsonPath”blockJsonPath:
string|null
Defined in: wp-typia-block-runtime/src/metadata-core.ts:114
Absolute path to the generated or target block.json.
jsonSchemaPath
Section titled “jsonSchemaPath”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
Section titled “lossyProjectionWarnings”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
Section titled “manifestPath”manifestPath:
string|null
Defined in: wp-typia-block-runtime/src/metadata-core.ts:120
Absolute path to the generated or target manifest file.
openApiPath
Section titled “openApiPath”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
Section titled “phpGenerationWarnings”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
Section titled “phpValidatorPath”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
Section titled “failure”failure:
SyncBlockMetadataFailure|null
Defined in: wp-typia-block-runtime/src/metadata-core.ts:128
Structured failure payload when analysis or generation throws.
failOnLossy
Section titled “failOnLossy”failOnLossy:
boolean
Defined in: wp-typia-block-runtime/src/metadata-core.ts:130
Effective lossy-warning failure flag after strict has been applied.
failOnPhpWarnings
Section titled “failOnPhpWarnings”failOnPhpWarnings:
boolean
Defined in: wp-typia-block-runtime/src/metadata-core.ts:132
Effective PHP-warning failure flag after strict has been applied.
status
Section titled “status”status:
SyncBlockMetadataStatus
Defined in: wp-typia-block-runtime/src/metadata-core.ts:134
Final execution status after warnings and failure handling are applied.
strict
Section titled “strict”strict:
boolean
Defined in: wp-typia-block-runtime/src/metadata-core.ts:136
Whether the report was computed in strict mode.