Schema Documentation
NodeWithTrackbacks
Description
A node that can have trackbacks and pingbacks
Fields
Field Name | Description |
---|---|
pingStatus -
String | Whether the pings are open or closed for this particular post. |
pinged -
[String] | URLs that have been pinged. |
toPing -
[String] | URLs queued to be pinged. |
Possible Types
NodeWithTrackbacks Types |
---|
Example
{"pingStatus":"abc123","pinged":["abc123"],"toPing":["xyz789"]}