{
  "$schema": "http://json-schema.org/draft-04/schema",
  "title": "IlpAddress",
  "description": "The packet's final destination",
  "type": "string",
  "pattern": "^[a-zA-Z0-9._~-]+$"
}
