// Example Money
{
"amount": "24.00",
"currency": "JOD"
}
// Example DateTime
"2021-01-09T15:10:39.064734+00:00"
// Example Address
{
"name": "John Doe",
"city": "Amman",
"email": "john.doe@gmail.com",
"country": "Jordan",
"postcode": "1234",
"telephone": "+447591234567",
"line1": "12 Some Place",
"line2": "Some Neighbourhood",
"lng": "35.91250621679689",
"lat": "31.94451475545495",
}
// BilingualString Example
{
"en": "hello",
"ar": "مرحباً"
}