https://ns.adobe.com/xdm/context/graph-node
XDM Schema for a graph Node/Vertex.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
---|---|---|---|---|---|---|
Can be instantiated | Yes | Experimental | No | Forbidden | Permitted | context/graph-node.schema.json |
- XDM Graph Node/Vertex Schema
https://ns.adobe.com/xdm/context/graph-node
- Extensibility base schema
https://ns.adobe.com/xdm/common/extensible
- Extensibility base schema
{
"xdm:nodes": [
{
"xdm:nodeId": "aam_1|0",
"xdm:nodeType": "Identity",
"xdm:firstSeenTimestamp": "2019-01-01T15:52:25+00:00",
"xdm:lastSeenTimestamp": "2019-01-01T15:52:25+00:00",
"xdm:firstCreateTimestamp": "2019-01-01T15:52:25+00:00",
"xdm:lastModifiedTimestamp": "2019-01-01T15:52:25+00:00"
},
{
"xdm:nodeId": "dpuuid_1|10",
"xdm:nodeType": "Identity",
"xdm:firstSeenTimestamp": "2019-03-01T15:52:25+00:00",
"xdm:lastSeenTimestamp": "2019-03-01T15:52:25+00:00",
"xdm:firstCreateTimestamp": "2019-03-01T15:52:25+00:00",
"xdm:lastModifiedTimestamp": "2019-03-01T15:52:25+00:00"
}
]
}
Property | Type | Required | Defined by |
---|---|---|---|
xdm:nodes | object[] |
Optional | XDM Graph Node/Vertex Schema (this schema) |
* |
any | Additional | this schema allows additional properties |
Array of nodes.
xdm:nodes
-
is optional
-
type:
object[]
-
defined in this schema
Array type: object[]
All items must be of the type:
object
with following properties:
Property | Type | Required |
---|---|---|
xdm:dataSource |
string | Optional |
xdm:firstCreateTimestamp |
string | Optional |
xdm:firstSeenTimestamp |
string | Optional |
xdm:label |
string | Optional |
xdm:lastModifiedTimestamp |
string | Optional |
xdm:lastSeenTimestamp |
string | Optional |
xdm:nodeId |
string | Optional |
xdm:nodeType |
string | Optional |
Data source for the node.
xdm:dataSource
- is optional
- type:
string
string
Time and date this node was first created.
xdm:firstCreateTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Time and date this node was first seen.
xdm:firstSeenTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Node label.
xdm:label
- is optional
- type:
string
string
Time and date this node was last modified.
xdm:lastModifiedTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
Time and date this node was last seen.
xdm:lastSeenTimestamp
- is optional
- type:
string
string
- format:
date-time
– date and time (according to RFC 3339, section 5.6)
The unique identifier of the identity associated with this graph node.
xdm:nodeId
- is optional
- type:
string
string
Type of node.
xdm:nodeType
- is optional
- type:
string
string