API Snap · JSON Structure

Meta Url Metadata Structure

URL metadata including Open Graph tags, favicon, theme color, and authorship

Type: object Properties: 10
API UtilitiesDeveloper ToolsQR CodesScreenshotsImage ProcessingPDF GenerationMarkdownURL MetadataHashingJWTBase64UUIDColor ConversionLorem IpsumPlaceholder Images

UrlMetadata is a JSON Structure definition published by API Snap, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

url title description image siteName type favicon themeColor author published

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/api-snap/refs/heads/main/json-structure/meta-url-metadata-structure.json",
  "name": "UrlMetadata",
  "description": "URL metadata including Open Graph tags, favicon, theme color, and authorship",
  "type": "object",
  "properties": {
    "url": {
      "type": "uri"
    },
    "title": {
      "type": "string",
      "nullable": true
    },
    "description": {
      "type": "string",
      "nullable": true
    },
    "image": {
      "type": "uri",
      "nullable": true
    },
    "siteName": {
      "type": "string",
      "nullable": true
    },
    "type": {
      "type": "string",
      "nullable": true
    },
    "favicon": {
      "type": "uri",
      "nullable": true
    },
    "themeColor": {
      "type": "string",
      "nullable": true
    },
    "author": {
      "type": "string",
      "nullable": true
    },
    "published": {
      "type": "datetime",
      "nullable": true
    }
  }
}