com.atproto.repo.describe_repo¶
- class atproto_client.models.com.atproto.repo.describe_repo.Params¶
Bases:
ParamsModelBaseParameters model for
com.atproto.repo.describeRepo.- field repo: str | str [Required]¶
The handle or DID of the repo.
- class atproto_client.models.com.atproto.repo.describe_repo.ParamsDict¶
Bases:
TypedDict- repo: str¶
The handle or DID of the repo.
- class atproto_client.models.com.atproto.repo.describe_repo.Response¶
Bases:
ResponseModelBaseOutput data model for
com.atproto.repo.describeRepo.- field collections: List[str] [Required]¶
List of all the collections (NSIDs) for which this repo contains at least one record.
- field did: str [Required]¶
Did.
- Constraints:
func = Validated by:
string_formats.validate_did()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field did_doc: UnknownType [Required]¶
The complete DID document for this account.
- field handle: str [Required]¶
Handle.
- Constraints:
func = Validated by:
string_formats.validate_handle()(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- field handle_is_correct: bool [Required]¶
Indicates if handle is currently valid (resolves bi-directionally).