d367377e7cf867c7

Created Jun 24, 20268 fields2 collections using this schema

Labels

No labels yet.

Fields

NameTypeInfo
urlstring (uri)
htmlunknown
slugstring
titlestring
imagesarray
sectionsobject
subtitlestring
html_sizeinteger

JSON Schema

{
  "type": "object",
  "required": [
    "title",
    "slug"
  ],
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "html": {
      "oneOf": [
        {
          "type": "object",
          "required": [
            "$file"
          ],
          "properties": {
            "$file": {
              "type": "string",
              "pattern": "^sha256:[a-f0-9]{64}quot;
            }
          }
        },
        {
          "type": "null"
        }
      ]
    },
    "slug": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "images": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri"
      }
    },
    "sections": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "subtitle": {
      "type": "string"
    },
    "html_size": {
      "type": "integer"
    }
  }
}

Used by 2 collections

Full hash:d367377e7cf867c76c0f2421ee1518b651bc14f99d1b0485e6b813e9a32b0926

ID:01af0503-a236-4453-a3e4-6f82d7a22c9f