ip | text | 10.97.241.111 | Reppresents an IP Address as a text/string. This address is a IPv4 or IPv6 address. For more information see https://en.wikipedia.org/wiki/IP_address. |
ipv4 | text | 10.97.241.111 | Reppresents an IP Address as a text/string. This address is a IPv4 address. For more information see https://en.wikipedia.org/wiki/IP_address. |
ipv6 | text | 2001:db8::ff00:42:8329 | Reppresents an IP Address as a text/string. This address is a IPv6 address. For more information see https://en.wikipedia.org/wiki/IP_address. |
jmes-path | text | | Reppresents a JMES Path to identify some portion of a JSON string. For more information see https://jmespath.org/. |
sql-statement | text | select * from "foo" | Represents a SQL Statement as a text/string for execution in a database. For more information see https://en.wikipedia.org/wiki/SQL. |
url | text | https://openexus.com | Represents a valid URL specifier as a text/string. For more information see https://url.spec.whatwg.org/. |
uuid | text | f34dee33-1dbc-4351-a86a-a7898746ae95 | Represents a UUID as a text/string. UUIDs for Openexus' purpose are al3ways Version 4 UUIDs. For more information see https://en.wikipedia.org/wiki/Universally_unique_identifier. |