Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 472 Bytes

File metadata and controls

19 lines (13 loc) · 472 Bytes

CONTRACT

This SDK must not add business logic.

Required Conformance

  • Must consume vatfix/VATFIX/schema/claim.schema.json
  • Must emit vatfix/VATFIX/schema/result.schema.json
  • Must use failure codes from vatfix/VATFIX/FAILURE_CODES.json
  • Must be a thin wrapper around VATFIX standards

Prohibited

  • Custom validation logic
  • Schema modifications
  • Additional failure codes
  • Business rule interpretation

SDK is a transport layer, not a decision layer.