Skip to main content

ark:Suggestion

idstring<uri>required

URI format identifier used to refer to this node within the graph.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:Suggestion
Example: ark:Suggestion
appliesTostring<uri>required

The id of the node that this suggestion applies to.

Possible values: non-empty

Example: https://graph.datawollet.com/nodes/76a5512c-9e53-4675-ae5e-759bab13c1e6
commentstring

An explanatory comment associated with the suggestion.

Possible values: non-empty

Example: I'll actually only spend £50 on this in future
patch object[]

the patch to be applied to the node following the JSON Patch format (RFC 6902).

  • Array [
  • opstringrequired

    Possible values: [add, remove, replace]

    pathstringrequired
    value
  • ]
  • ark:Suggestion
    {
    "id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
    "type": "ark:Suggestion",
    "appliesTo": "https://graph.datawollet.com/nodes/76a5512c-9e53-4675-ae5e-759bab13c1e6",
    "comment": "I'll actually only spend £50 on this in future",
    "patch": [
    {
    "op": "add",
    "path": "string",
    "value": {}
    }
    ]
    }