app.bsky.unspecced.defs#

pydantic model atproto.xrpc_client.models.app.bsky.unspecced.defs.SkeletonSearchActor#

Bases: ModelBase

Definition model for app.bsky.unspecced.defs.

Show JSON schema
{
   "title": "SkeletonSearchActor",
   "description": "Definition model for :obj:`app.bsky.unspecced.defs`.",
   "type": "object",
   "properties": {
      "did": {
         "title": "Did",
         "type": "string"
      },
      "$type": {
         "const": "app.bsky.unspecced.defs#skeletonSearchActor",
         "default": "app.bsky.unspecced.defs#skeletonSearchActor",
         "title": "$Type"
      }
   },
   "additionalProperties": false,
   "required": [
      "did"
   ]
}

Fields:
field did: str [Required]#

Did.

field py_type: typing_extensions.Literal[app.bsky.unspecced.defs#skeletonSearchActor] = 'app.bsky.unspecced.defs#skeletonSearchActor' (alias '$type')#
pydantic model atproto.xrpc_client.models.app.bsky.unspecced.defs.SkeletonSearchPost#

Bases: ModelBase

Definition model for app.bsky.unspecced.defs.

Show JSON schema
{
   "title": "SkeletonSearchPost",
   "description": "Definition model for :obj:`app.bsky.unspecced.defs`.",
   "type": "object",
   "properties": {
      "uri": {
         "title": "Uri",
         "type": "string"
      },
      "$type": {
         "const": "app.bsky.unspecced.defs#skeletonSearchPost",
         "default": "app.bsky.unspecced.defs#skeletonSearchPost",
         "title": "$Type"
      }
   },
   "additionalProperties": false,
   "required": [
      "uri"
   ]
}

Fields:
field py_type: typing_extensions.Literal[app.bsky.unspecced.defs#skeletonSearchPost] = 'app.bsky.unspecced.defs#skeletonSearchPost' (alias '$type')#
field uri: str [Required]#

Uri.