tools.ozone.verification.grantVerifications

ozone-lexicons.bsky.social

{
  "id": "tools.ozone.verification.grantVerifications",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "verifications"
          ],
          "properties": {
            "verifications": {
              "type": "array",
              "items": {
                "ref": "#verificationInput",
                "type": "ref"
              },
              "maxLength": 100,
              "description": "Array of verification requests to process"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "verifications",
            "failedVerifications"
          ],
          "properties": {
            "verifications": {
              "type": "array",
              "items": {
                "ref": "tools.ozone.verification.defs#verificationView",
                "type": "ref"
              }
            },
            "failedVerifications": {
              "type": "array",
              "items": {
                "ref": "#grantError",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Grant verifications to multiple subjects. Allows batch processing of up to 100 verifications at once."
    },
    "grantError": {
      "type": "object",
      "required": [
        "error",
        "subject"
      ],
      "properties": {
        "error": {
          "type": "string",
          "description": "Error message describing the reason for failure."
        },
        "subject": {
          "type": "string",
          "format": "did",
          "description": "The did of the subject being verified"
        }
      },
      "description": "Error object for failed verifications."
    },
    "verificationInput": {
      "type": "object",
      "required": [
        "subject",
        "handle",
        "displayName"
      ],
      "properties": {
        "handle": {
          "type": "string",
          "format": "handle",
          "description": "Handle of the subject the verification applies to at the moment of verifying."
        },
        "subject": {
          "type": "string",
          "format": "did",
          "description": "The did of the subject being verified"
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "Timestamp for verification record. Defaults to current time when not specified."
        },
        "displayName": {
          "type": "string",
          "description": "Display name of the subject the verification applies to at the moment of verifying."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against tools.ozone.verification.grantVerifications

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:33dt5kftu3jq2h5h4jjlqezt
CID
bafyreialittsxl64dfpse3bsyjthvhknlnftx4gj74rg5qdq2johntmesi
Indexed At
2026-01-09 12:47 UTC
AT-URI
at://did:plc:33dt5kftu3jq2h5h4jjlqezt/com.atproto.lexicon.schema/tools.ozone.verification.grantVerifications

Referenced Schemas (1)

Lexicon Garden

@