Skip to content
A

ParseMeta

Defined in: src/types/index.ts:16

Metadata about the parsed document

Contains schema version information and any warnings encountered during parsing.

PropertyTypeDescriptionDefined in
schemaVersionstringSchema version detected in the document (e.g., “1.1”, “2.0”)src/types/index.ts:20
schemaNamespacestringFull namespace URI of the schemasrc/types/index.ts:25
dataType"CPT" | "BHR-GT" | "BHR-G"Data type detected (CPT, BHR-GT, BHR-G)src/types/index.ts:30
warningsstring[]Warnings encountered during parsing Non-fatal issues like: - Parsing with older/newer minor version than supported - Optional fields with unexpected formatssrc/types/index.ts:39