versa_unstable_schema

Crates.ioversa_unstable_schema
lib.rsversa_unstable_schema
version0.3.12
sourcesrc
created_at2024-05-29 19:39:19.119553
updated_at2024-06-25 20:26:39.183931
descriptionVersa Unstable Schema
homepagehttps://versa.org
repositoryhttps://github.com/versa-protocol/schema
max_upload_size
id1255883
size66,854
Thomas Constantine Moore (thomasmost)

documentation

https://docs.versa.org

README

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)

Commit count: 127

cargo fmt