UNPKG

217 BJSONView Raw
1{
2 "$schema": "http://json-schema.org/draft-07/schema",
3 "$id": "IlpAddress.json",
4 "title": "IlpAddress",
5 "description": "The packet's final destination",
6 "type": "string",
7 "pattern": "^[a-zA-Z0-9._~-]+$"
8}