cb217274ace36be8…
Created Jun 24, 20268 fields6 collections using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| url | string (uri) | |
| date | string | |
| slug | string | |
| title | string | |
| images | array | |
| content_html | unknown | |
| content_text | string | |
| content_html_size | integer |
JSON Schema
{
"type": "object",
"required": [
"title",
"slug"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"date": {
"type": "string"
},
"slug": {
"type": "string"
},
"title": {
"type": "string"
},
"images": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
}
},
"content_html": {
"oneOf": [
{
"type": "object",
"required": [
"$file"
],
"properties": {
"$file": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}quot;
}
}
},
{
"type": "null"
}
]
},
"content_text": {
"type": "string"
},
"content_html_size": {
"type": "integer"
}
}
}Used by 6 collections
Full hash:cb217274ace36be8b31471d4949ff434711334d4fd993d13c76ba6102b3e73b1
ID:c781bab4-c522-4c28-8383-7c6580bf6964