Setting the file. One moment.
Subchapter 44.10
domains/blog/entities/tag.json
JSON66 lines1 KB
{
"schemaVersion": 1,
"domain": "blog",
"entity": "tag",
"displayName": "Blog Tag",
"capability": "content.blog-tag",
"target": {
"classification": "native",
"nativeEntity": "Blog Tag",
"verifiedFqdn": null,
"idPolicy": "server-assigned",
"crosswalkRequired": true
},
"sourceAliases": [
{
"sourceSystem": "wordpress",
"sourceEntity": "tag",
"routes": [
"/wp/v2/tags"
],
"confidence": "high"
},
{
"sourceSystem": "wix",
"sourceEntity": "blogTag",
"routes": [
"Blog Tags"
],
"confidence": "high"
}
],
"preferredWrite": {
"surface": "Blog Tags",
"endpoint": "POST /blog/v3/tags",
"writerId": "createBlogTag",
"verification": "verified-live",
"importSafe": true,
"bulk": false
},
"fallbacks": [],
"reliability": {
"status": "reliable",
"flags": []
},
"pitfalls": [
{
"code": "slug-derived",
"severity": "warning",
"summary": "Blog tag slug is derived; dedupe by label/language."
}
],
"mappingGuidance": [
"Create tags before posts and crosswalk created or existing tag IDs."
],
"setupRequirements": [
"Wix Blog app"
],
"evidence": [
{
"type": "wix-docs",
"url": "https://dev.wix.com/docs/api-reference/business-solutions/blog/tags/tag-object",
"note": "object page (docs-survey sweep 2026-08-11)"
}
]
}