UNPKG

ripple-lib

Version:

Deprecated - consider migrating to xrpl.js: https://xrpl.org/xrpljs2-migration-guide.html

9 lines (8 loc) 255 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "value", "link": "value", "description": "A string representation of a non-negative floating point number", "type": "string", "pattern": "^[0-9]*[.]?[0-9]+([eE][-+]?[0-9]+)?$" }