Comments

From Wikisphere
Jump to navigation Jump to search
$schema"https://json-schema.org/draft-07/schema#"
$id"http://127.0.0.1/mediawiki-1.44.0/index.php/JsonSchema:Comments"
title"Comment System"
description"Schema for nested comments with replies"
type"object"
x-layout"paged"
properties
name
type"string"
title""
description""
x-format"text"
x-input"OO.ui.TextInputWidget"
x-input-config
Empty object
content
type"string"
minLength1
maxLength10000
description"Comment text content"
title""
x-format"wikitext"
x-input"VisualEditor"
x-input-config
Empty object
createdAt
type"string"
title""
description""
x-input"OO.ui.TextInputWidget"
x-input-config
Empty object
x-format"text"
replies
type"array"
items
type"object"
properties
Empty object
required
Empty array
title""
description""
x-layout"default"
$ref"#"
description"Nested replies to this comment"
title""
x-layout"default"
metadata
type"object"
x-hiddentrue
properties
ip
type"string"
format"ipv4"
userAgent
type"string"
platform
type"string"
enum
"web"
"mobile"
"api"
required
Empty array
title""
description""
x-layout"default"
required
"author"
"content"
"createdAt"