Skip to content

HMP v5.0.6 — Container Model Clarifications

Latest

Choose a tag to compare

@kagvi13 kagvi13 released this 05 Mar 08:28
· 226 commits to main since this release
c87722d

Specification clarifications for container structure, canonicalization, and validation:

• Clarified that all head.* fields MUST appear exclusively inside the head object (Section 3.2)
• Added rule that absent optional fields MUST NOT be serialized as null (Section 3.4)
• Canonical JSON clarification: array order MUST be preserved and treated as significant (Section 3.7)
• Introduced explicit container verification procedure and validation order (Section 3.10)

No changes to container schema or wire format.
Fully backward-compatible within the 5.0.x series.