meta:Suggestion
idurirequired
URI format identifier used to refer to this node within the graph.
Example:
https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
meta:SuggestionExample:
meta:SuggestionappliesTourirequired
The id of the node that this suggestion applies to.
Possible values: non-empty
Example:
https://graph.onteric.com/nodes/76a5512c-9e53-4675-ae5e-759bab13c1e6commentstring
An explanatory comment associated with the suggestion.
Possible values: non-empty
Example:
I'll actually only spend £50 on this in futurepatch object[]
The patch to be applied to the node, following the JSON Patch format (RFC 6902).
Array [
- Option 1
- Option 2
oprequired
Constant value:
removepathstringrequired
]
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": {}
}
]
}