ParseMeta
Interface: ParseMeta
Section titled “Interface: ParseMeta”Defined in: src/types/index.ts:16
Metadata about the parsed document
Contains schema version information and any warnings encountered during parsing.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
schemaVersion | string | Schema version detected in the document (e.g., “1.1”, “2.0”) | src/types/index.ts:20 |
schemaNamespace | string | Full namespace URI of the schema | src/types/index.ts:25 |
dataType | "CPT" | "BHR-GT" | "BHR-G" | Data type detected (CPT, BHR-GT, BHR-G) | src/types/index.ts:30 |
warnings | string[] | Warnings encountered during parsing Non-fatal issues like: - Parsing with older/newer minor version than supported - Optional fields with unexpected formats | src/types/index.ts:39 |