{"name":{"en-US":"IP Address"},"description":{"en-US":"Value is a string representing an Internet Protocol address (IP address) in either IPv4 or IPv6 format.  An example usage may be to help identify the client's real address location on internet as a Context extension.  Another example may be to include relevant information about the http://activitystrea.ms/schema/1.0/page Activity type.\n\nIPv4 Address\nA string in decimal-dot notation, consisting of four decimal integers in the inclusive range 0-255, separated by dots (e.g. 192.168.0.1). Each integer represents an octet (byte) in the address. Leading zeroes are tolerated only for values less then 8 (as there is no ambiguity between the decimal and octal interpretations of such strings).\n\nIPv6 Address\nA string consisting of eight groups of four hexadecimal digits, each group representing 16 bits. The groups are separated by colons. This describes an exploded (longhand) notation. The string can also be compressed (shorthand notation) by various means. See RFC 4291 for details. For example, \"0000:0000:0000:0000:0000:0abc:0007:0def\" can be compressed to \"::abc:7:def\"."}}