Skip to main content

Technical Datatypes

datatypeParent datatypeExampleDescription
iptext10.97.241.111Reppresents 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.
ipv4text10.97.241.111Reppresents an IP Address as a text/string. This address is a IPv4 address. For more information see https://en.wikipedia.org/wiki/IP_address.
ipv6text2001:db8::ff00:42:8329Reppresents 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-pathtextReppresents a JMES Path to identify some portion of a JSON string. For more information see https://jmespath.org/.
sql-statementtextselect * 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.
urltexthttps://openexus.comRepresents a valid URL specifier as a text/string. For more information see https://url.spec.whatwg.org/.
uuidtextf34dee33-1dbc-4351-a86a-a7898746ae95Represents 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.