cloud.substratum.place.joinRequest

official.fileorbit.cloud

Documentation

Claimer join request published to their operator PDS containing the seal public key (ADR 92).

main object

Claimer join request published to their operator PDS containing the seal public key (ADR 92).

Properties

claimerPeerId string Required

No description available.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

expiresAt string datetime Required

An RFC 3339 formatted timestamp.

groupId string Required

No description available.

placeId string Required

No description available.

reason string Required

No description available.

sealPublicKey string Required

Base64 encoded 1216-byte X-Wing seal public key.

View raw schema
{
  "type": "object",
  "required": [
    "placeId",
    "claimerPeerId",
    "sealPublicKey",
    "groupId",
    "expiresAt",
    "reason",
    "createdAt"
  ],
  "properties": {
    "reason": {
      "type": "string"
    },
    "groupId": {
      "type": "string"
    },
    "placeId": {
      "type": "string"
    },
    "createdAt": {
      "type": "string",
      "format": "datetime"
    },
    "expiresAt": {
      "type": "string",
      "format": "datetime"
    },
    "claimerPeerId": {
      "type": "string"
    },
    "sealPublicKey": {
      "type": "string",
      "description": "Base64 encoded 1216-byte X-Wing seal public key."
    }
  },
  "description": "Claimer join request published to their operator PDS containing the seal public key (ADR 92)."
}

Lexicon Garden

@