17 releases

0.3.12 Jun 25, 2024
0.3.8 Jun 13, 2024
0.3.0 May 30, 2024
0.2.6 May 30, 2024
0.1.0 May 29, 2024

#1263 in Database interfaces

30 downloads per month

MIT license

19KB
520 lines

Versa Protocol Schema

There are broadly two kinds of types represented in this repository: Protocol Bindings and Purchase Details

Protocol Bindings

Protocol Bindings represent the types of requests, responses, and error codes to be expected when developing client implementations according to the specifications of the Versa Protocol. These types are defined in the protocol_bindings directory.

Purchase Details

Purchase Details represent the receipt and invoice data schemas to be handled when developing client implementations according to the specifications of the Versa Protocol. These types are defined in the purchase_details directory.

Versa uses semantic versioning to ensure the stability of its data model. The current schema version 0.1.0

Previous schema versions will be maintained in this repo under their version tag after the first major version release (1.0.0)

Dependencies

~0.8–1.7MB
~36K SLoC