blog.pckt.block.website

pckt.blog

Documentation

main object

No description available.

Properties

description string Optional

A brief description of the website or page

previewImage string uri Optional

URL of the preview image

src string uri Required

The URL of the website

title string Optional

The title of the website or page

View raw schema
{
  "type": "object",
  "required": [
    "src"
  ],
  "properties": {
    "src": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the website"
    },
    "title": {
      "type": "string",
      "description": "The title of the website or page"
    },
    "description": {
      "type": "string",
      "description": "A brief description of the website or page"
    },
    "previewImage": {
      "type": "string",
      "format": "uri",
      "description": "URL of the preview image"
    }
  }
}

Lexicon Garden

@