Back to Simocracy

org.simocracy.communityApplication

A request for a sim to become a member of a Simocracy community whose membership policy requires approval.

record · key any

A request for a sim to become a member of a Simocracy community whose membership policy requires approval.

gathering*

Strong reference to the org.simocracy.gathering community the sim wants to join.

strongRef
sim*

Strong reference to the applicant's org.simocracy.sim record.

strongRef
note

Optional short note from the applicant.

string · max 300
createdAt*
datetime
updatedAt
datetime
Raw lexicon JSON
{
  "lexicon": 1,
  "id": "org.simocracy.communityApplication",
  "defs": {
    "main": {
      "type": "record",
      "description": "A request for a sim to become a member of a Simocracy community whose membership policy requires approval.",
      "key": "any",
      "record": {
        "type": "object",
        "required": [
          "gathering",
          "sim",
          "createdAt"
        ],
        "properties": {
          "gathering": {
            "type": "ref",
            "ref": "com.atproto.repo.strongRef",
            "description": "Strong reference to the org.simocracy.gathering community the sim wants to join."
          },
          "sim": {
            "type": "ref",
            "ref": "com.atproto.repo.strongRef",
            "description": "Strong reference to the applicant's org.simocracy.sim record."
          },
          "note": {
            "type": "string",
            "maxLength": 3000,
            "maxGraphemes": 300,
            "description": "Optional short note from the applicant."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  }
}
org.simocracy.communityApplication