961918399e97a4df…
Created Jun 24, 202611 fields2 collections using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| url | string (uri) | |
| date | string (date-time) | |
| slug | string | |
| tags | array | |
| title | string | |
| excerpt | string | |
| categories | array | |
| content_html | unknown | |
| content_text | string | |
| featured_image | unknown | |
| content_html_size | integer |
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