A shortened URL mapping
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"url",
"updatedAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"updatedAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A shortened URL mapping"
}