No description available.
Record Key
literal:self
Fixed literal value
Properties
avatar
blob
Optional
No description available.
maxSize: 2.1 MBbio
string
Optional
No description available.
maxGraphemes: 1000 graphemesdisciplines
array
of
string
Optional
No description available.
maxLength: 10 itemsdisplayName
string
Optional
No description available.
maxGraphemes: 100 graphemeslocation
string
Optional
No description available.
maxGraphemes: 100 graphemeswebsiteUrl
string
uri
Optional
A valid URI.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"bio": {
"type": "string",
"maxGraphemes": 1000
},
"avatar": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 2097152
},
"location": {
"type": "string",
"maxGraphemes": 100
},
"websiteUrl": {
"type": "string",
"format": "uri"
},
"disciplines": {
"type": "array",
"items": {
"type": "string",
"maxGraphemes": 40
},
"maxLength": 10
},
"displayName": {
"type": "string",
"maxGraphemes": 100
}
}
}
}