| definition | | title | "Comments" |
|---|
| description | "Schema for nested comments with replies" |
|---|
| type | "object" |
|---|
| required | false |
|---|
| readOnly | false |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
|
|---|
| paths | |
|---|
|
| definition | | type | "array" |
|---|
| required | false |
|---|
| readOnly | false |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
| items | | type | "object" |
|---|
| required | false |
|---|
| readOnly | false |
|---|
| x-render-template | "Template:Comments.comments.Item" |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
|
|---|
|
|---|
| paths | |
|---|
|
| definition | | type | "object" |
|---|
| required | false |
|---|
| readOnly | false |
|---|
| x-render-template | "Template:Comments.comments.Item" |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
|
|---|
| paths | | "comments.0" |
| "comments.1" |
| "comments.0.replies.0" |
|
|---|
|
| definition | | type | "string" |
|---|
| required | false |
|---|
| format | "text" |
|---|
| readOnly | false |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
|
|---|
| paths | | "comments.0.name" |
| "comments.1.name" |
| "comments.0.replies.0.name" |
|
|---|
|
| definition | | description | "Comment text content" |
|---|
| type | "string" |
|---|
| required | false |
|---|
| format | "wikitext" |
|---|
| minLength | 1 |
|---|
| maxLength | 10000 |
|---|
| readOnly | false |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
|
|---|
| paths | | "comments.0.content" |
| "comments.1.content" |
| "comments.0.replies.0.content" |
|
|---|
|
| definition | | type | "string" |
|---|
| required | false |
|---|
| format | "text" |
|---|
| readOnly | false |
|---|
| x-value-formula | "{{CURRENTTIMESTAMP}}" |
|---|
| x-hidden | true |
|---|
| x-runtime-only | false |
|---|
|
|---|
| paths | | "comments.0.createdAt" |
| "comments.1.createdAt" |
| "comments.0.replies.0.createdAt" |
|
|---|
|
| definition | | type | "array" |
|---|
| required | false |
|---|
| readOnly | false |
|---|
| x-render-template | "Comments.comments.Item.replies" |
|---|
| x-hidden | true |
|---|
| x-runtime-only | false |
|---|
| items | | type | "object" |
|---|
| required | false |
|---|
| readOnly | false |
|---|
| x-render-template | "Template:Comments.comments.Item" |
|---|
| x-hidden | false |
|---|
| x-runtime-only | false |
|---|
|
|---|
|
|---|
| paths | | "comments.0.replies" |
| "comments.1.replies" |
| "comments.0.replies.0.replies" |
|
|---|
|