A user's open-for-work status
Record Key
literal:self
Fixed literal value
Properties
headline
string
Optional
No description available.
maxLength: 140 byteslocation
string
Optional
No description available.
maxLength: 120 bytesopen
boolean
Optional
No description available.
roles
array
of
string
Optional
No description available.
updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"open": {
"type": "boolean"
},
"roles": {
"type": "array",
"items": {
"type": "string",
"maxLength": 80
}
},
"headline": {
"type": "string",
"maxLength": 140
},
"location": {
"type": "string",
"maxLength": 120
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A user's open-for-work status"
}