Skip to content

Commit

Permalink
Fix snapshots for #886.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Mar 21, 2023
1 parent e06ac45 commit 5855b8c
Show file tree
Hide file tree
Showing 3 changed files with 949 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,253 @@
[
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
],
"Name": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": "Bob"
}
],
"RegistrationDate": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 1586270616000
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
],
"Name": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": "Bob"
}
],
"RegistrationDate": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 1586270616000
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
],
"Image": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": "AQIDBAUGBwg="
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Age": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
],
"Gender": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 1
}
]
}
},
{
"id": "00000000-0000-0000-0000-000000000000",
"label": "Person",
"type": "vertex",
"properties": {
"PartitionKey": [
{
"id": "00000000-0000-0000-0000-000000000000|PartitionKey",
"value": "PartitionKey"
}
],
"Name": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": "Marko"
}
],
"RegistrationDate": [
{
"id": "00000000-0000-0000-0000-000000000000",
"value": 1586270616000
}
]
}
}
]
Loading

0 comments on commit 5855b8c

Please sign in to comment.