Skip to main content

meta:Suggestion

idurirequired

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

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

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

Constant value: meta:Suggestion
Example: meta:Suggestion
appliesTourirequired

The id of the node that this suggestion applies to.

Possible values: non-empty

Example: https://graph.onteric.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 [
  • oneOf
    oprequired
    Constant value: remove
    pathstringrequired
  • ]
  • meta:Suggestion
    {
    "id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
    "type": "meta:Suggestion",
    "appliesTo": "https://graph.onteric.com/nodes/76a5512c-9e53-4675-ae5e-759bab13c1e6",
    "comment": "I'll actually only spend £50 on this in future",
    "patch": [
    {
    "path": "string"
    },
    {
    "path": "string",
    "value": {}
    }
    ]
    }