tools.ozone.verification.grant_verifications

class atproto_client.models.tools.ozone.verification.grant_verifications.Data

Bases: DataModelBase

Input data model for tools.ozone.verification.grantVerifications.

field verifications: List[models.ToolsOzoneVerificationGrantVerifications.VerificationInput] [Required]

Array of verification requests to process.

Constraints:
  • max_length = 100

class atproto_client.models.tools.ozone.verification.grant_verifications.DataDict(*args, **kwargs)

Bases: dict

verifications: List[models.ToolsOzoneVerificationGrantVerifications.VerificationInput]

Array of verification requests to process.

class atproto_client.models.tools.ozone.verification.grant_verifications.GrantError

Bases: ModelBase

Definition model for tools.ozone.verification.grantVerifications. Error object for failed verifications.

field error: str [Required]

Error message describing the reason for failure.

field py_type: Literal['tools.ozone.verification.grantVerifications#grantError'] = 'tools.ozone.verification.grantVerifications#grantError'
field subject: str [Required]

The did of the subject being verified.

Constraints:
class atproto_client.models.tools.ozone.verification.grant_verifications.Response

Bases: ResponseModelBase

Output data model for tools.ozone.verification.grantVerifications.

field failed_verifications: List[models.ToolsOzoneVerificationGrantVerifications.GrantError] [Required]

Failed verifications.

field verifications: List[models.ToolsOzoneVerificationDefs.VerificationView] [Required]

Verifications.

class atproto_client.models.tools.ozone.verification.grant_verifications.VerificationInput

Bases: ModelBase

Definition model for tools.ozone.verification.grantVerifications.

field created_at: str | None = None
field display_name: str [Required]

Display name of the subject the verification applies to at the moment of verifying.

field handle: str [Required]

Handle of the subject the verification applies to at the moment of verifying.

Constraints:
field py_type: Literal['tools.ozone.verification.grantVerifications#verificationInput'] = 'tools.ozone.verification.grantVerifications#verificationInput'
field subject: str [Required]

The did of the subject being verified.

Constraints: