object

UrlInfo

Schema for url component of short link which contains original link to be shortened, the hash of URL and the shortened URL.
Fields
hash
String
A string value used for converting long URL to short URL and vice-versa.
original
String
Original web address which will be converted to shortlink.
short
String
Condensed version of a longer URL, redirecting to the original page upon being clicked.