UNPKG

ripple-rest-dinex

Version:

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

8 lines (7 loc) 196 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Hash256", "description": "The hex representation of a 256-bit hash", "type": "string", "pattern": "^[A-Fa-f0-9]{64}$" }