to.atpr.link

atpr.to

Documentation

A shortened URL mapping

main record

A shortened URL mapping

Record Key any Any valid record key

Properties

updatedAt string datetime Required

An RFC 3339 formatted timestamp.

url string uri Required

A valid URI.

maxLength: 2048 bytes
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"
}

Lexicon Garden

@