Location
Example:
{
"country": "US",
"region": "CA",
"city": "San Francisco",
"remote": true
}
Fields description
Name | Type | Description |
---|---|---|
country | string | ISO 2-letter country code |
region | string | region. This can be state, coloqial name, voievodship or other area description |
city | string | name of the city |
remote | boolean | indicates if employees can work remotely |
Updated over 2 years ago