123456789101112 |
- {
- "$schema": "http://json-schema.org/draft-04/schema#",
- "title": "address",
- "description": "An account address on the XRP Ledger",
- "type": "string",
- "format": "address",
- "link": "address",
- "oneOf": [
- {"$ref": "xAddress"},
- {"$ref": "classicAddress"}
- ]
- }
|