Douglass.network Schemas

Update community configuration method dbmethod

douglass.network/community-update-config-method

Updates the settings of a community.

{
  "id": "douglass.network/community-update-config-method",
  "title": "Update community configuration method",
  "description": "Updates the settings of a community.",
  "type": "dbmethod",
  "parameters": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "properties": {
      "joinMode": {
        "type": "string",
        "enum": [
          "open",
          "closed"
        ]
      }
    }
  }
}

Schemas