Data format for the Request Network protocol.
npm install @requestnetwork/data-format@requestnetwork/data-format is a typescript library part of the Request Network protocol.
It is a JSON Schema library providing standard for the data of the Request Network protocol. It also provide a javascript entry point to validate a given JSON.
``bash`
npm install @requestnetwork/data-format
`js
import * as dataFormat from '@requestnetwork/data-format';
let result = data - format.validate(A_JSON_OBJECT);
if (!result.valid) {
// use the errors from result.errors
}
``
| Name | Last version | Last version | Description |
| ------------------------------------------------------- | ------------ | ------------ | --------------------------- |
| Invoice | rnf_invoice | 0.0.3 | Format to create an invoice |
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Read the contributing guide