Content-owner link binding a copy set to an operator place (ADR 70).
Properties
contentOwnerDid
string
did
Required
A decentralized identifier (DID).
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
operatorDid
string
did
Required
A decentralized identifier (DID).
placeId
string
Required
No description available.
role
string
Required
No description available.
Known values:
self, invited_replicaView raw schema
{
"type": "object",
"required": [
"placeId",
"operatorDid",
"contentOwnerDid",
"role",
"createdAt"
],
"properties": {
"role": {
"type": "string",
"knownValues": [
"self",
"invited_replica"
]
},
"placeId": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"operatorDid": {
"type": "string",
"format": "did"
},
"contentOwnerDid": {
"type": "string",
"format": "did"
}
},
"description": "Content-owner link binding a copy set to an operator place (ADR 70)."
}