at.ducs.relationships.defs

ducs.at

Documentation

relationship object

No description available.

Properties

did string did Optional

A decentralized identifier (DID).

status string 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"
    }
  }
}

Lexicon Garden

@