UNPKG

ilp-core

Version:

ILP core module managing ledger abstraction

14 lines (13 loc) 244 B
{ "$schema": "http://json-schema.org/draft-04/schema", "title": "User", "description": "User", "type": "object", "properties": { "email": { "description": "Email", "type": "string", "format": "email" } } }