You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may have to be a "core" post type, since it requires a unique way to interpret the type, but maybe not. The schema of the type would be something like:
{
"type": "string",
"content": {
"values": {}
}
}
That is, the content key of the post will itself have a type and content that reflect the kind of post that this is a draft of. As a result, the parser would need to look at the content in order to enforce a particular schema.
The text was updated successfully, but these errors were encountered:
This may have to be a "core" post type, since it requires a unique way to interpret the type, but maybe not. The schema of the type would be something like:
That is, the
content
key of the post will itself have atype
andcontent
that reflect the kind of post that this is a draft of. As a result, the parser would need to look at the content in order to enforce a particular schema.The text was updated successfully, but these errors were encountered: