961918399e97a4df

Created Jun 24, 202611 fields2 collections using this schema

Labels

No labels yet.

Fields

NameTypeInfo
urlstring (uri)
datestring (date-time)
slugstring
tagsarray
titlestring
excerptstring
categoriesarray
content_htmlunknown
content_textstring
featured_imageunknown
content_html_sizeinteger

JSON Schema

{
  "type": "object",
  "required": [
    "title",
    "slug"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "date": {
      "type": "string",
      "format": "date-time"
    },
    "slug": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "title": {
      "type": "string"
    },
    "excerpt": {
      "type": "string"
    },
    "categories": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "content_html": {
      "oneOf": [
        {
          "type": "object",
          "required": [
            "$file"
          ],
          "properties": {
            "$file": {
              "type": "string",
              "pattern": "^sha256:[a-f0-9]{64}quot;
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "content_text": {
      "type": "string"
    },
    "featured_image": {
      "oneOf": [
        {
          "type": "string",
          "format": "uri"
        },
        {
          "type": "null"
        }
      ]
    },
    "content_html_size": {
      "type": "integer"
    }
  }
}

Used by 2 collections

Full hash:961918399e97a4df19e34fd46aaaee5f33be306621766d1ec4d9ca0f0fe63acb

ID:fc2a3f8d-2a38-4fc6-8bf3-bf1bc4de4a1f