Douglass.network Schemas

Community config json-table

douglass.network/community-config

General community settings.

{
  "id": "douglass.network/community-config",
  "title": "Community config",
  "description": "General community settings.",
  "type": "json-table",
  "keyTemplate": [
    {
      "type": "string",
      "value": "self"
    }
  ],
  "definition": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "joinMode": {
        "type": "string",
        "enum": [
          "open",
          "closed"
        ]
      },
      "updatedAt": {
        "type": "string",
        "format": "date-time"
      },
      "createdAt": {
        "type": "string",
        "format": "date-time"
      }
    }
  }
}

Schemas