app.bsky.unspecced.defs¶
- class atproto_client.models.app.bsky.unspecced.defs.SkeletonSearchActor¶
Bases:
ModelBase
Definition model for
app.bsky.unspecced.defs
.- 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 py_type: Literal['app.bsky.unspecced.defs#skeletonSearchActor'] = 'app.bsky.unspecced.defs#skeletonSearchActor'¶
- class atproto_client.models.app.bsky.unspecced.defs.SkeletonSearchPost¶
Bases:
ModelBase
Definition model for
app.bsky.unspecced.defs
.- field py_type: Literal['app.bsky.unspecced.defs#skeletonSearchPost'] = 'app.bsky.unspecced.defs#skeletonSearchPost'¶
- field uri: str [Required]¶
Uri.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- class atproto_client.models.app.bsky.unspecced.defs.SkeletonSearchStarterPack¶
Bases:
ModelBase
Definition model for
app.bsky.unspecced.defs
.- field py_type: Literal['app.bsky.unspecced.defs#skeletonSearchStarterPack'] = 'app.bsky.unspecced.defs#skeletonSearchStarterPack'¶
- field uri: str [Required]¶
Uri.
- Constraints:
func = Validated by:
string_formats.validate_at_uri()
(only when strict_string_format=True)json_schema_input_type = PydanticUndefined
- class atproto_client.models.app.bsky.unspecced.defs.TrendingTopic¶
Bases:
ModelBase
Definition model for
app.bsky.unspecced.defs
.- field description: str | None = None¶
Description.
- field display_name: str | None = None¶
Display name.
- field link: str [Required]¶
Link.
- field py_type: Literal['app.bsky.unspecced.defs#trendingTopic'] = 'app.bsky.unspecced.defs#trendingTopic'¶
- field topic: str [Required]¶
Topic.