mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
996 B
53 lines
996 B
{
|
|
sut: {
|
|
UniqueId: Guid_1--Guid_2,
|
|
Snapshot: {
|
|
SchemaId: Guid_3,my-schema,
|
|
CurrentVersion: {
|
|
Status: Draft,
|
|
Data: {
|
|
my-field1: {
|
|
iv: 43.0
|
|
}
|
|
}
|
|
},
|
|
EditingData: {
|
|
my-field1: {
|
|
iv: 43.0
|
|
}
|
|
},
|
|
EditingStatus: Draft,
|
|
IsPublished: false,
|
|
AppId: Guid_1,my-app,
|
|
IsDeleted: false,
|
|
UniqueId: Guid_1--Guid_2,
|
|
Id: Guid_2,
|
|
CreatedBy: subject:me,
|
|
LastModifiedBy: subject:me,
|
|
Version: 1
|
|
},
|
|
Version: 1,
|
|
ObjectState: Created
|
|
},
|
|
events: [
|
|
{
|
|
Headers: {
|
|
AggregateId: Guid_1--Guid_2,
|
|
EventId: Guid_4
|
|
},
|
|
Payload: {
|
|
Data: {
|
|
my-field1: {
|
|
iv: 43.0
|
|
}
|
|
},
|
|
NewVersion: false,
|
|
ContentId: Guid_2,
|
|
SchemaId: Guid_3,my-schema,
|
|
AppId: Guid_1,my-app,
|
|
Actor: subject:me,
|
|
FromRule: false
|
|
}
|
|
}
|
|
]
|
|
}
|