changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "description": "A Linkly link (mirrors the OpenAPI Link schema)",
+ "properties": {
+ "block_bots": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "body_tags": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "cloaking": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "created_by_user_id": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "deleted": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "domain": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "enabled": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "expiry_clicks": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "expiry_datetime": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "expiry_destination": {
+ "format": "uri",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fb_pixel_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "forward_params": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "full_url": {
+ "description": "Full short-link URL",
+ "format": "uri",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "ga4_tag_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "gtm_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "head_tags": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "hide_referrer": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Link ID",
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "linkedin_partner_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "linkify_words": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "microsoft_uet_tag_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "note": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "notify_slack": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "notify_user_ids": {
+ "items": {
+ "type": "integer"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "og_description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "og_image": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "og_title": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "password": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "pinterest_tag_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "public_analytics": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "qr_styles": {
+ "additionalProperties": true,
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "reddit_pixel_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "replacements": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rules": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "matches": {
+ "type": "string"
+ },
+ "percentage": {
+ "type": "string"
+ },
+ "rule_url": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ },
+ "what": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "skip_social_crawler_tracking": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "slug": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "snapchat_pixel_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tiktok_pixel_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "twitter_pixel_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "Destination URL",
+ "format": "uri",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "utm_campaign": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "utm_content": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "utm_medium": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "utm_source": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "utm_term": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "webhooks": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "array",
+ "null"
+ ]
+ },
+ "workspace_id": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}