{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Identity",
"type": "object",
"description": "Represents an identity of an actor",
"properties": {
"displayName": {
"type": "string",
"description": "The display name of the identity"
},
"id": {
"type": "string",
"description": "The unique identifier of the identity"
}
}
}