UNPKG

divvy-rest

Version:

A RESTful API for submitting payments and monitoring accounts on the Divvy network.

7 lines 198 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Hash128", "description": "The hex representation of a 128-bit hash", "type": "string", "pattern": "^$|^[A-Fa-f0-9]{32}$" }