Comments

From Wikisphere
Jump to navigation Jump to search
processedSchema
definition
title"Comments"
description"Schema for nested comments with replies"
type"object"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
""
definition
type"array"
requiredfalse
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
items
type"object"
requiredfalse
readOnlyfalse
x-render-template"Template:Comments.comments.Item"
x-hiddenfalse
x-runtime-onlyfalse
paths
"comments"
definition
type"object"
requiredfalse
readOnlyfalse
x-render-template"Template:Comments.comments.Item"
x-hiddenfalse
x-runtime-onlyfalse
paths
"comments.0"
"comments.1"
"comments.0.replies.0"
definition
type"string"
requiredfalse
format"text"
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"comments.0.name"
"comments.1.name"
"comments.0.replies.0.name"
definition
description"Comment text content"
type"string"
requiredfalse
format"wikitext"
minLength1
maxLength10000
readOnlyfalse
x-hiddenfalse
x-runtime-onlyfalse
paths
"comments.0.content"
"comments.1.content"
"comments.0.replies.0.content"
definition
type"string"
requiredfalse
format"text"
readOnlyfalse
x-value-formula"{{CURRENTTIMESTAMP}}"
x-hiddentrue
x-runtime-onlyfalse
paths
"comments.0.createdAt"
"comments.1.createdAt"
"comments.0.replies.0.createdAt"
definition
type"array"
requiredfalse
readOnlyfalse
x-render-template"Comments.comments.Item.replies"
x-hiddentrue
x-runtime-onlyfalse
items
type"object"
requiredfalse
readOnlyfalse
x-render-template"Template:Comments.comments.Item"
x-hiddenfalse
x-runtime-onlyfalse
paths
"comments.0.replies"
"comments.1.replies"
"comments.0.replies.0.replies"