No description available.
Properties
did
string
did
Optional
A decentralized identifier (DID).
status
string
Optional
No description available.
type
ref
at.ducs.relationships.setRelationship#type
Optional
No description available.
View raw schema
{
"type": "object",
"properties": {
"did": {
"type": "string",
"format": "did"
},
"type": {
"ref": "at.ducs.relationships.setRelationship#type",
"type": "ref"
},
"status": {
"enum": [
"pending",
"active"
],
"type": "string"
}
}
}