com.atproto.repo.describe_repo¶
- class atproto_client.models.com.atproto.repo.describe_repo.Params¶
Bases:
ParamsModelBase
Parameters 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(*args, **kwargs)¶
Bases:
dict
- repo: str[str] | str[str]¶
The handle or DID of the repo.
- class atproto_client.models.com.atproto.repo.describe_repo.Response¶
Bases:
ResponseModelBase
Output data model for
com.atproto.repo.describeRepo
.- field collections: List[str[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).