Payload schema
incarnationIdstring
Raw JSON schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"incarnationId": {
"type": "string",
"minLength": 1
}
},
"required": [
"incarnationId"
]
}