Developers
Blog
Contact
Forum
Search…
Xapix Documentation
Release Notes
Product Roadmap
Tutorials
Xapix Quickstart
Building a Pipeline
Getting Started
Installation
User Accounts
Setting Up
Organizations
Projects
Resources
Connectors
Services
Authentication
Cache Connections
Proxies
Ambassador
Execution definitions
REST/SOAP Endpoints
Event Streams
Scheduler
Content-Type Codecs
Functional dashboards
Pipeline Dashboard
Mapping Dashboard
Creating Properties
Property Data Types
Objects
Arrays
Literals
Strings
Integers
Numbers
Boolean
Any
Setting Request Unit
Mapping between Units
Character Exceptions
Flow units
Publishing tools
API publishing
User Management
Debugging dashboard
Insights dashboard
Advanced
Xapix CLI (xapixctl)
Check Pipelines
Tokens in Xapix
Axel-f
Axel-f Functions
Reference
Resource Definition
Public API
Glossary of Terms
Powered By
GitBook
Literals
Literals are defined by a name (optional) and a value. The value can be derived from an entry in the
Formula editor
.
The following shows an example object having four Literals.
1
{
2
"lat": 40.12,
3
"lon": -96.66,
4
"timezone": "America/Chicago",
5
"timezone_offset": -18000,
6
}
Copied!
Literals cannot have child properties.
Literals are created in the
Mapping dashboard
by entering a name in the
New Property
field, selecting
Literal
and clicking
Create.
Name the property then select Literal
A value is then entered in the
Formula editor
.
Defining the value of the Literal in the Formula editor
Alternately, a mapping from an connected unit's attribute can also provide a value using
references
.
Literal example in an endpoint
Previous
Arrays in arrays
Next
Strings
Last modified
1yr ago
Export as PDF
Copy link