forum.barazo.defs

barazo.forum

Documentation

communityRef object

Reference to a Barazo community by its DID.

Properties

did string did Required

The community's DID.

View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did",
      "description": "The community's DID."
    }
  },
  "description": "Reference to a Barazo community by its DID."
}

Lexicon Garden

@