d367377e7cf867c7…
Created Jun 24, 20268 fields2 collections using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| url | string (uri) | |
| html | unknown | |
| slug | string | |
| title | string | |
| images | array | |
| sections | object | |
| subtitle | string | |
| html_size | integer |
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